summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2024-02-26 14:23:30 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-02-27 10:33:14 +0000
commit8b82bffc63705e289f8ef1b01413f94b90eb986d (patch)
tree85f7737f32bae21092449e350c4fa8024214f9c4
parentMerge #291607: aspellDicts: extend cp1252 workaround to all platforms (diff)
downloadnixpkgs-8b82bffc63705e289f8ef1b01413f94b90eb986d.tar.gz
github-runner: 2.313.0 -> 2.314.0
(cherry picked from commit 45f5bccce547aec88a43acba6344bf96df7bba26)
-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