3
0
Fork 0
forked from mirrors/nixpkgs

github-runner: 2.296.1 -> 2.296.2

This commit is contained in:
Alex Martens 2022-09-08 10:49:20 -07:00
parent 3b7f511437
commit 482b0ce810

View file

@ -43,13 +43,13 @@ let
in
stdenv.mkDerivation rec {
pname = "github-runner";
version = "2.296.1";
version = "2.296.2";
src = fetchFromGitHub {
owner = "actions";
repo = "runner";
rev = "v${version}";
hash = "sha256-vE1x/wRzjcRR56jUgW8PVM2SzsG87IKXOZghloZBgYM=";
hash = "sha256-Cpg17N4LXjMpKx9SB6Bq/1eKJH5B8yVDUwjxak7xykY=";
};
nativeBuildInputs = [