about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorAlex Martens <alex@thinglab.org>2022-11-02 12:25:13 -0700
committerAlex Martens <alex@thinglab.org>2022-11-02 12:25:13 -0700
commit6c041cb4970582916feacb396767893f0b47ddc5 (patch)
tree3cc80442ea59635a7cc852d8805e2ccf2d35108d /pkgs/development
parent92635588079534dde9c74109dee9850c89497bc4 (diff)
github-runner: 2.298.2 -> 2.299.0
Diffstat (limited to 'pkgs/development')
-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 928d52dd6bc89..a318ad48cdbad 100644
--- a/pkgs/development/tools/continuous-integration/github-runner/default.nix
+++ b/pkgs/development/tools/continuous-integration/github-runner/default.nix
@@ -46,7 +46,7 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "github-runner";
-  version = "2.298.2";
+  version = "2.299.0";
 
   inherit sdkSource;
 
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
     owner = "actions";
     repo = "runner";
     rev = "v${version}";
-    hash = "sha256-ejYNuaijUOG3czW+7i4UmR+ysDnZwXXmS3V8INqeeTg=";
+    hash = "sha256-/grYaWhpd6jZx/gkWC3L+BoZcB6WKVMZzMGfwDhBRr0=";
   };
 
   nativeBuildInputs = [