Merge pull request #190372 from newAM/github-runner-2.296.2

github-runner: 2.296.1 -> 2.296.2
This commit is contained in:
Jonas Heinrich 2022-09-09 11:03:54 +02:00 committed by GitHub
commit 9b967a3f54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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