diff options
| author | R. RyanTM <ryantm-bot@ryantm.com> | 2021-09-16 09:17:36 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-09-16 21:35:02 +0000 |
| commit | e14424cb361d4485782cdc10cef82e080cb6a277 (patch) | |
| tree | c7dcc8eeceb050b19d6b821ab49a02a0fd2fcd47 | |
| parent | Merge pull request #138171 from NixOS/backport-136194-to-release-21.05 (diff) | |
| download | nixpkgs-e14424cb361d4485782cdc10cef82e080cb6a277.tar.gz | |
github-runner: 2.282.0 -> 2.282.1origin/backport-138115-to-release-21.05
(cherry picked from commit af750c6f54faf7ec63c473e0609a0892de0cef6a)
| -rw-r--r-- | pkgs/development/tools/continuous-integration/github-runner/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/continuous-integration/github-runner/default.nix b/pkgs/development/tools/continuous-integration/github-runner/default.nix index 56dfe62042ff..bf60c6523647 100644 --- a/pkgs/development/tools/continuous-integration/github-runner/default.nix +++ b/pkgs/development/tools/continuous-integration/github-runner/default.nix @@ -34,13 +34,13 @@ let in stdenv.mkDerivation rec { pname = "github-runner"; - version = "2.282.0"; + version = "2.282.1"; src = fetchFromGitHub { owner = "actions"; repo = "runner"; rev = "v${version}"; - sha256 = "sha256-381xqBuysT5OR+SDhtSNCz0fOsDM7zC50EatAiXmpHU="; + sha256 = "sha256-aDt+8vYR8bnaCmWUo3dqzVIekIr460/JzJkrpiPdIRw="; }; nativeBuildInputs = [ |
