summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Martens <alex@thinglab.org>2022-09-08 10:49:20 -0700
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-09-09 09:10:15 +0000
commit839a96b54716665f2e2f0377b5b7d57553c672f4 (patch)
tree957bef8af8393de4e10636ac3b567daf94c077c3
parentMerge pull request #190097 from michaeladler/backport-189455-to-release-22.05 (diff)
downloadnixpkgs-origin/backport-190372-to-release-22.05.tar.gz
github-runner: 2.296.1 -> 2.296.2origin/backport-190372-to-release-22.05
(cherry picked from commit 482b0ce810dfb69cd0baf8c8d64a956e990d605f)
-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 9eeb8a84299a..12f59c286cc5 100644
--- a/pkgs/development/tools/continuous-integration/github-runner/default.nix
+++ b/pkgs/development/tools/continuous-integration/github-runner/default.nix
@@ -46,13 +46,13 @@ let
in
stdenv.mkDerivation rec {
pname = "github-runner";
- version = "2.296.1";
+ version = "2.296.2";
src = fetchFromGitHub {
owner = "actions";
repo = "runner";
rev = "v${version}";
- hash = "sha256-vE1x/wRzjcRR56jUgW8PVM2SzsG87IKXOZghloZBgYM=";
+ hash = "sha256-Cpg17N4LXjMpKx9SB6Bq/1eKJH5B8yVDUwjxak7xykY=";
};
nativeBuildInputs = [