diff options
| author | figsoda <figsoda@pm.me> | 2021-10-08 09:45:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-08 09:45:09 -0400 |
| commit | 0fcfd8743daadcfadae964b74fd3abecb1c876f6 (patch) | |
| tree | 32ab3bab5456a14c2defbc8f0623db412d5ad9a3 | |
| parent | Merge pull request #140936 from NixOS/backport-139023-to-release-21.05 (diff) | |
| parent | github-runner: 2.283.1 -> 2.283.3 (diff) | |
| download | nixpkgs-0fcfd8743daadcfadae964b74fd3abecb1c876f6.tar.gz | |
Merge pull request #140978 from NixOS/backport-140736-to-release-21.05
[Backport release-21.05] github-runner: 2.283.1 -> 2.283.3
| -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 c667eb8c12e9..8eb2ab61b487 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.283.1"; + version = "2.283.3"; src = fetchFromGitHub { owner = "actions"; repo = "runner"; rev = "v${version}"; - sha256 = "sha256-S4Mql8lyHxahhYGoo91mlN6DrwKhyj1em0dv561j2l8="; + sha256 = "sha256-B2dn3AIGk+xMFqRsKv4pvlZ6K4xySsS0klk8vN8giso="; }; nativeBuildInputs = [ |
