3
0
Fork 0
forked from mirrors/nixpkgs

github-runner: 2.297.0 -> 2.298.2

This commit is contained in:
Alex Martens 2022-10-04 16:04:39 -07:00
parent 6d7136b24d
commit 878ccf08c5

View file

@ -46,7 +46,7 @@ let
in
stdenv.mkDerivation rec {
pname = "github-runner";
version = "2.297.0";
version = "2.298.2";
inherit sdkSource;
@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
owner = "actions";
repo = "runner";
rev = "v${version}";
hash = "sha256-Bp8uNBnjhP3AR29N7C4cPmOp6FeJ+zny4+5Gmn/PGTA=";
hash = "sha256-ejYNuaijUOG3czW+7i4UmR+ysDnZwXXmS3V8INqeeTg=";
};
nativeBuildInputs = [