Merge pull request #162327 from veehaitch/github-runner-2.288.1

github-runner: 2.288.0 -> 2.288.1
This commit is contained in:
Bobby Rong 2022-03-02 09:44:19 +08:00 committed by GitHub
commit 9d924ae3d3
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.288.0";
version = "2.288.1";
src = fetchFromGitHub {
owner = "actions";
repo = "runner";
rev = "v${version}";
hash = "sha256-vl8p+isoK+yczmsMO2YjnmJQW/k0jLgCUbhQa/wG650=";
hash = "sha256-bP+6aAKnu6PxN9eppFXsqOSVSGQ6Lv+gEF2MdEz52WE=";
};
nativeBuildInputs = [