summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Haupert <vincent@yaxi.tech>2023-10-24 11:44:49 +0200
committerVincent Haupert <vincent@yaxi.tech>2023-10-24 11:44:49 +0200
commit05bd5e12bd62067c3f63aa4209f7ad9fc8f4254f (patch)
treee3dbf5e04f7a60a4ef16eb028c34a092aecdaab8
parent8efd5d1e283604f75a808a20e6cde0ef313d07d4 (diff)
downloadnixpkgs-05bd5e12bd62067c3f63aa4209f7ad9fc8f4254f.tar
nixpkgs-05bd5e12bd62067c3f63aa4209f7ad9fc8f4254f.tar.gz
nixpkgs-05bd5e12bd62067c3f63aa4209f7ad9fc8f4254f.tar.bz2
nixpkgs-05bd5e12bd62067c3f63aa4209f7ad9fc8f4254f.tar.lz
nixpkgs-05bd5e12bd62067c3f63aa4209f7ad9fc8f4254f.tar.xz
nixpkgs-05bd5e12bd62067c3f63aa4209f7ad9fc8f4254f.tar.zst
nixpkgs-05bd5e12bd62067c3f63aa4209f7ad9fc8f4254f.zip
github-runner: 2.310.2 -> 2.311.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 528b9379840..9fe3160917c 100644
--- a/pkgs/development/tools/continuous-integration/github-runner/default.nix
+++ b/pkgs/development/tools/continuous-integration/github-runner/default.nix
@@ -24,13 +24,13 @@ assert builtins.all (x: builtins.elem x [ "node16" "node20" ]) nodeRuntimes;
 
 buildDotnetModule rec {
   pname = "github-runner";
-  version = "2.310.2";
+  version = "2.311.0";
 
   src = fetchFromGitHub {
     owner = "actions";
     repo = "runner";
     rev = "v${version}";
-    hash = "sha256-cOHA4VjccIJmCgCxRrBFzBFnh4SGQ3LpcTvtGuogHQU=";
+    hash = "sha256-71SwPuX1XZygT/TdAHECudxFxsQuXrl/tcAYVAxfxfI=";
     leaveDotGit = true;
     postFetch = ''
       git -C $out rev-parse --short HEAD > $out/.git-revision