summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2024-02-28 07:23:24 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-02-28 13:03:24 +0000
commit3176fd6e34a79346276d722b515f6344244114e1 (patch)
treee21525fc17c93e3b89d61414a92930e6df63fb08
parentMerge pull request #287489 from NixOS/backport-276332-to-release-23.11 (diff)
downloadnixpkgs-3176fd6e34a79346276d722b515f6344244114e1.tar.gz
github-runner: 2.314.0 -> 2.314.1origin/backport-292077-to-release-23.11
(cherry picked from commit 8f3966a58d780c41156110983e2be92909ae243e)
-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 f2a287b2d942..fced7e79a689 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.314.0";
+ version = "2.314.1";
src = fetchFromGitHub {
owner = "actions";
repo = "runner";
rev = "v${version}";
- hash = "sha256-qwFNEH29lu+RFqZBRD2Bo6E8gI07nnhFooWQNrgOQx0=";
+ hash = "sha256-PHcCXWA6LcxpqdbTGbOUqnS4fIJLbHOhEPdagGF71q0=";
leaveDotGit = true;
postFetch = ''
git -C $out rev-parse --short HEAD > $out/.git-revision