summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-04-30 15:48:52 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-04-30 19:38:21 +0000
commitfeebe07beb77fcf5d58f6ffb16c4d5c550976893 (patch)
tree39828e1f5a9556fdb136fcfc268190572d4ae61f
parentMerge pull request #229100 from NixOS/backport-226520-to-release-22.11 (diff)
downloadnixpkgs-origin/backport-229141-to-release-22.11.tar.gz
github-runner: 2.303.0 -> 2.304.0origin/backport-229141-to-release-22.11
(cherry picked from commit 7068610358a09450a45b7700d0490ab683a382d1)
-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 b06404535b8c..41bfd113af6b 100644
--- a/pkgs/development/tools/continuous-integration/github-runner/default.nix
+++ b/pkgs/development/tools/continuous-integration/github-runner/default.nix
@@ -49,7 +49,7 @@ let
in
stdenv.mkDerivation rec {
pname = "github-runner";
- version = "2.303.0";
+ version = "2.304.0";
inherit sdkSource;
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
owner = "actions";
repo = "runner";
rev = "v${version}";
- hash = "sha256-gGIYlYM4Rf7Ils2rThsQHWIkLDt5Htg4NDuJhxvl1rU=";
+ hash = "sha256-w5MqFIPTCAqQjdsWdscNnH2KNwUOp5SPFesyprXUvNE=";
# Required to obtain HEAD's Git commit hash
leaveDotGit = true;
};