Merge pull request #166859 from newAM/github-runner

github-runner: 2.289.1 -> 2.289.2
This commit is contained in:
Bobby Rong 2022-04-02 13:31:43 +08:00 committed by GitHub
commit 7b9efa81cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,13 +43,13 @@ let
in
stdenv.mkDerivation rec {
pname = "github-runner";
version = "2.289.1";
version = "2.289.2";
src = fetchFromGitHub {
owner = "actions";
repo = "runner";
rev = "v${version}";
hash = "sha256-5TS/tW1hnDvPZQdR659rw+spLq98niyUms3BrixaKRE=";
hash = "sha256-yISJ/qGJ+tGnJOqpTUe+rkG4UGzTZ5tIXix6wuDKXO0=";
};
nativeBuildInputs = [