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
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 = [