about summary refs log tree commit diff
path: root/pkgs/development/tools/continuous-integration/woodpecker/common.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-02-01 06:01:06 +0000
committerGitHub <noreply@github.com>2024-02-01 06:01:06 +0000
commit06002f375e1d20f1481abcb696a50f232202e7ac (patch)
tree765e68e84302bfd8870168141f9f647fdf493cd4 /pkgs/development/tools/continuous-integration/woodpecker/common.nix
parentc3dcc090b7b3463ee32ab2d8c3807734e5cf01b3 (diff)
parentf7ad447248acdd0563b60c30547dc5e003f76a74 (diff)
downloadnixlib-06002f375e1d20f1481abcb696a50f232202e7ac.tar
nixlib-06002f375e1d20f1481abcb696a50f232202e7ac.tar.gz
nixlib-06002f375e1d20f1481abcb696a50f232202e7ac.tar.bz2
nixlib-06002f375e1d20f1481abcb696a50f232202e7ac.tar.lz
nixlib-06002f375e1d20f1481abcb696a50f232202e7ac.tar.xz
nixlib-06002f375e1d20f1481abcb696a50f232202e7ac.tar.zst
nixlib-06002f375e1d20f1481abcb696a50f232202e7ac.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/development/tools/continuous-integration/woodpecker/common.nix')
-rw-r--r--pkgs/development/tools/continuous-integration/woodpecker/common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/continuous-integration/woodpecker/common.nix b/pkgs/development/tools/continuous-integration/woodpecker/common.nix
index d28e7252d2cf..bad183d98125 100644
--- a/pkgs/development/tools/continuous-integration/woodpecker/common.nix
+++ b/pkgs/development/tools/continuous-integration/woodpecker/common.nix
@@ -1,7 +1,7 @@
 { lib, fetchzip }:
 let
-  version = "2.2.2";
-  srcHash = "sha256-Ld75U7ItpBgoLKPLNQF0Kb5PFg2O5vdm26aNs/HYfcw=";
+  version = "2.3.0";
+  srcHash = "sha256-r5TV5WJW2klSlrOG6EjfUgLyHhMI+BMUTY/2JIUgd0Q=";
   # The tarball contains vendored dependencies
   vendorHash = null;
 in