github-runner: 2.282.0 -> 2.282.1

(cherry picked from commit af750c6f54faf7ec63c473e0609a0892de0cef6a)
This commit is contained in:
R. RyanTM 2021-09-16 09:17:36 +00:00 committed by github-actions[bot]
parent 6ffcbaf54d
commit e14424cb36

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