summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-05-03 12:00:49 +0000
committerzeme-wana <15709674+zeme-wana@users.noreply.github.com>2024-05-08 15:49:35 +0200
commit9c490099ffbe1647a962598e6ac3b94dfbceece0 (patch)
tree8df18354e349661a16dae7a7f7506dff776ba864
parentMerge pull request #310039 from NixOS/backport-309960-to-release-23.11 (diff)
downloadnixpkgs-9c490099ffbe1647a962598e6ac3b94dfbceece0.tar.gz
github-runner: 2.316.0 -> 2.316.1
(cherry picked from commit 0c26145381855f72b442c9373fb90b54d02ba3f6)
-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 e9aace248d86..d4b3a4d7e9cf 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.315.0";
+ version = "2.316.1";
src = fetchFromGitHub {
owner = "actions";
repo = "runner";
rev = "v${version}";
- hash = "sha256-kKfwLZYV4uEkHt82YWNtDehbspgnH8heckVU5aA/YiY=";
+ hash = "sha256-y7HU71Pk0SrZ+IPaVa/XyMeHylfjUSEju+gp1vyVKtQ=";
leaveDotGit = true;
postFetch = ''
git -C $out rev-parse --short HEAD > $out/.git-revision