about summary refs log tree commit diff
path: root/pkgs/development/tools/continuous-integration
diff options
context:
space:
mode:
authorYaya <github@uwu.is>2023-10-06 19:59:47 +0200
committerYaya <github@uwu.is>2023-10-06 20:30:19 +0200
commit0df54e255bb40c6d1389b40d58c8b47c91be8e2d (patch)
tree85a89f1ae11f213c216a6dd533ca4916b1be03de /pkgs/development/tools/continuous-integration
parent13441fc1f5257c92ca09a3498f9f40b0ed70dff6 (diff)
downloadnixlib-0df54e255bb40c6d1389b40d58c8b47c91be8e2d.tar
nixlib-0df54e255bb40c6d1389b40d58c8b47c91be8e2d.tar.gz
nixlib-0df54e255bb40c6d1389b40d58c8b47c91be8e2d.tar.bz2
nixlib-0df54e255bb40c6d1389b40d58c8b47c91be8e2d.tar.lz
nixlib-0df54e255bb40c6d1389b40d58c8b47c91be8e2d.tar.xz
nixlib-0df54e255bb40c6d1389b40d58c8b47c91be8e2d.tar.zst
nixlib-0df54e255bb40c6d1389b40d58c8b47c91be8e2d.zip
forgejo-actions-runner: 2.4.0 -> 3.0.1
https://code.forgejo.org/forgejo/runner/src/tag/v3.0.1/RELEASE-NOTES.md
Diffstat (limited to 'pkgs/development/tools/continuous-integration')
-rw-r--r--pkgs/development/tools/continuous-integration/forgejo-actions-runner/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/continuous-integration/forgejo-actions-runner/default.nix b/pkgs/development/tools/continuous-integration/forgejo-actions-runner/default.nix
index 8b9a108d3db5..f32c5b138aba 100644
--- a/pkgs/development/tools/continuous-integration/forgejo-actions-runner/default.nix
+++ b/pkgs/development/tools/continuous-integration/forgejo-actions-runner/default.nix
@@ -7,17 +7,17 @@
 
 buildGoModule rec {
   pname = "forgejo-actions-runner";
-  version = "2.4.0";
+  version = "3.0.1";
 
   src = fetchFromGitea {
     domain = "codeberg.org";
     owner = "forgejo";
     repo = "runner";
     rev = "v${version}";
-    hash = "sha256-EEwXo2MvdBlSMho4rrYD4wXLccS/30NbCuxO0CUktgE=";
+    hash = "sha256-idA74R6kbI7Bk0XvT7BOyctT0IKymsJoFCWgYrtZstU=";
   };
 
-  vendorHash = "sha256-FspNmiphGHSeZFmdlWIDsEUrCc8THfb0Wm67cMCTtHI=";
+  vendorHash = "sha256-HE//SD/doMf42y2KF10JAuUe86hpFhCUM61da2NC5CE=";
 
   ldflags = [
     "-s"