Merge pull request #138194 from NixOS/backport-138115-to-release-21.05

[Backport release-21.05] github-runner: 2.282.0 -> 2.282.1
This commit is contained in:
figsoda 2021-10-07 22:46:40 -04:00 committed by GitHub
commit 7b0b7ff241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,13 +34,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "github-runner"; pname = "github-runner";
version = "2.282.0"; version = "2.282.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "actions"; owner = "actions";
repo = "runner"; repo = "runner";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-381xqBuysT5OR+SDhtSNCz0fOsDM7zC50EatAiXmpHU="; sha256 = "sha256-aDt+8vYR8bnaCmWUo3dqzVIekIr460/JzJkrpiPdIRw=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [