Merge pull request #211611 from newAM/github-runner

github-runner: 2.300.2 -> 2.301.1

authored by

Aaron Andersen and committed by
GitHub
5b32e6cb 346981f3

+2 -2
+2 -2
pkgs/development/tools/continuous-integration/github-runner/default.nix
··· 45 45 in 46 46 stdenv.mkDerivation rec { 47 47 pname = "github-runner"; 48 - version = "2.300.2"; 48 + version = "2.301.1"; 49 49 50 50 src = fetchFromGitHub { 51 51 owner = "actions"; 52 52 repo = "runner"; 53 53 rev = "v${version}"; 54 - hash = "sha256-4TCClrCCHMVtbGAlxmAhZt63nQlMxkaLLZ9EOgurSMA="; 54 + hash = "sha256-GIWuN3/CnA0uZfpo1Gty+5tL2eDXmFyzYFHrRozHwk0="; 55 55 }; 56 56 57 57 nativeBuildInputs = [