Merge pull request #168383 from veehaitch/github-runner-v2.290.0

github-runner: 2.289.2 -> 2.290.0
This commit is contained in:
Bernardo Meurer 2022-04-12 11:40:11 -07:00 committed by GitHub
commit 7789a55862
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.2";
version = "2.290.0";
src = fetchFromGitHub {
owner = "actions";
repo = "runner";
rev = "v${version}";
hash = "sha256-yISJ/qGJ+tGnJOqpTUe+rkG4UGzTZ5tIXix6wuDKXO0=";
hash = "sha256-5ASKWDtASVtGDPn68tjjx8ZTVv1E14M26OCDpMJ+nJU=";
};
nativeBuildInputs = [