summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Martens <alex@thinglab.org>2023-07-25 09:10:14 -0700
committerAlex Martens <alex@thinglab.org>2023-07-25 09:10:14 -0700
commit99f62c7f647f8d0193eef63c402a5632c94a2a29 (patch)
treee9b76fddf3b87163f081e13b228b0c26f7960c3a
parent7ce0abe77d2ace6d6fc43ff7077019e62a77e741 (diff)
downloadnixpkgs-99f62c7f647f8d0193eef63c402a5632c94a2a29.tar
nixpkgs-99f62c7f647f8d0193eef63c402a5632c94a2a29.tar.gz
nixpkgs-99f62c7f647f8d0193eef63c402a5632c94a2a29.tar.bz2
nixpkgs-99f62c7f647f8d0193eef63c402a5632c94a2a29.tar.lz
nixpkgs-99f62c7f647f8d0193eef63c402a5632c94a2a29.tar.xz
nixpkgs-99f62c7f647f8d0193eef63c402a5632c94a2a29.tar.zst
nixpkgs-99f62c7f647f8d0193eef63c402a5632c94a2a29.zip
github-runner: 2.306.0 -> 2.307.1
-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 bf45ca1eec5..6ccc923ec30 100644
--- a/pkgs/development/tools/continuous-integration/github-runner/default.nix
+++ b/pkgs/development/tools/continuous-integration/github-runner/default.nix
@@ -17,13 +17,13 @@
 }:
 buildDotnetModule rec {
   pname = "github-runner";
-  version = "2.306.0";
+  version = "2.307.1";
 
   src = fetchFromGitHub {
     owner = "actions";
     repo = "runner";
     rev = "v${version}";
-    hash = "sha256-wffHekmyMIGTpUHBPgcxAOPRoTDuuWJZh9pJly3I2eQ=";
+    hash = "sha256-h/JcOw7p/loBD6aj7NeZyqK3GtapNkjWTYw0G6OCmVQ=";
     leaveDotGit = true;
     postFetch = ''
       git -C $out rev-parse --short HEAD > $out/.git-revision