summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2021-10-08 08:09:04 -0400
committerGitHub <noreply@github.com>2021-10-08 08:09:04 -0400
commitaf281087f811ea487893012a89c7071b0715830c (patch)
tree67a67707ff44194d888fcecd11b608d111894efa
parentMerge pull request #134922 from NixOS/backport-126035-to-release-21.05 (diff)
parentgithub-runner: 2.282.1 -> 2.283.1 (diff)
downloadnixpkgs-af281087f811ea487893012a89c7071b0715830c.tar.gz
Merge pull request #140936 from NixOS/backport-139023-to-release-21.05
[Backport release-21.05] github-runner: 2.282.1 -> 2.283.1
-rw-r--r--pkgs/development/tools/continuous-integration/github-runner/default.nix4
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 = [