diff options
| author | R. RyanTM <ryantm-bot@ryantm.com> | 2021-09-22 21:59:25 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-10-08 06:24:50 +0000 |
| commit | 55c082a0b40137f7a43dd03430e3a340392e10dd (patch) | |
| tree | 67a67707ff44194d888fcecd11b608d111894efa | |
| parent | Merge pull request #134922 from NixOS/backport-126035-to-release-21.05 (diff) | |
| download | nixpkgs-55c082a0b40137f7a43dd03430e3a340392e10dd.tar.gz | |
github-runner: 2.282.1 -> 2.283.1
(cherry picked from commit e095423d1b01e18fc315306619d3e7671a0d5655)
| -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 bf60c6523647..c667eb8c12e9 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.1"; + version = "2.283.1"; src = fetchFromGitHub { owner = "actions"; repo = "runner"; rev = "v${version}"; - sha256 = "sha256-aDt+8vYR8bnaCmWUo3dqzVIekIr460/JzJkrpiPdIRw="; + sha256 = "sha256-S4Mql8lyHxahhYGoo91mlN6DrwKhyj1em0dv561j2l8="; }; nativeBuildInputs = [ |
