Merge pull request #211611 from newAM/github-runner

github-runner: 2.300.2 -> 2.301.1
This commit is contained in:
Aaron Andersen 2023-01-19 16:19:26 -05:00 committed by GitHub
commit 5b32e6cb98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,13 +45,13 @@ let
in
stdenv.mkDerivation rec {
pname = "github-runner";
version = "2.300.2";
version = "2.301.1";
src = fetchFromGitHub {
owner = "actions";
repo = "runner";
rev = "v${version}";
hash = "sha256-4TCClrCCHMVtbGAlxmAhZt63nQlMxkaLLZ9EOgurSMA=";
hash = "sha256-GIWuN3/CnA0uZfpo1Gty+5tL2eDXmFyzYFHrRozHwk0=";
};
nativeBuildInputs = [