summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-02-27 08:55:11 -0500
committerGitHub <noreply@github.com>2024-02-27 08:55:11 -0500
commit3cbf85b946e4e8fd56610154018c0aa186b899bb (patch)
treea614be51053dff2f9a50dfa207c584c93d226f29
parentlinux_latest-libre: 19489 -> 19491 (diff)
parentgithub-runner: 2.313.0 -> 2.314.0 (diff)
downloadnixpkgs-3cbf85b946e4e8fd56610154018c0aa186b899bb.tar.gz
Merge pull request #291779 from NixOS/backport-291643-to-release-23.11
[Backport release-23.11] github-runner: 2.313.0 -> 2.314.0
-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 69b018eaea3c..f2a287b2d942 100644
--- a/pkgs/development/tools/continuous-integration/github-runner/default.nix
+++ b/pkgs/development/tools/continuous-integration/github-runner/default.nix
@@ -23,13 +23,13 @@ assert builtins.all (x: builtins.elem x [ "node20" ]) nodeRuntimes;
buildDotnetModule rec {
pname = "github-runner";
- version = "2.313.0";
+ version = "2.314.0";
src = fetchFromGitHub {
owner = "actions";
repo = "runner";
rev = "v${version}";
- hash = "sha256-0CclkbJ8AfffdfVNXacnpgFOS+ONk6eP1LTyFa12xU4=";
+ hash = "sha256-qwFNEH29lu+RFqZBRD2Bo6E8gI07nnhFooWQNrgOQx0=";
leaveDotGit = true;
postFetch = ''
git -C $out rev-parse --short HEAD > $out/.git-revision