summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2021-10-07 22:46:40 -0400
committerGitHub <noreply@github.com>2021-10-07 22:46:40 -0400
commit7b0b7ff241487f96dbc1d91d7935c38dc2e98f80 (patch)
treec40402a531826ffc25a7da49dd094382e79aa1ed
parentMerge pull request #137036 from NixOS/backport-137016-to-release-21.05 (diff)
parentgithub-runner: 2.282.0 -> 2.282.1 (diff)
downloadnixpkgs-7b0b7ff241487f96dbc1d91d7935c38dc2e98f80.tar.gz
Merge pull request #138194 from NixOS/backport-138115-to-release-21.05
[Backport release-21.05] github-runner: 2.282.0 -> 2.282.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 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 = [