about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
author0x4A6F <0x4A6F@users.noreply.github.com>2024-07-19 06:55:59 +0200
committerGitHub <noreply@github.com>2024-07-19 06:55:59 +0200
commitc3e7bd26c8e281a677d444913663e1244d5e9d66 (patch)
tree2ea04d068ef9945b3cd67b57710578a921db0959 /pkgs
parent20f734b3472ee06a29cb312c5da439c0089e258d (diff)
parentadf2eb40620db802f576290cb4288ef464598da3 (diff)
Merge pull request #328330 from adamcstephens/woodpecker/2.7.0
woodpecker: 2.6.0 -> 2.7.0
Diffstat (limited to 'pkgs')
-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 53aac9d5d4df9..b273b913b2555 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.6.0";
-  srcHash = "sha256-SuTizOHsj1t4WovbOX5MuMZixbPo7TyCnD6nnf62/H4=";
+  version = "2.7.0";
+  srcHash = "sha256-A9F+kKR4oM4IEA5qLqMaQiW9KAjuQgyvv3peXos3gX8=";
   # The tarball contains vendored dependencies
   vendorHash = null;
 in