about summary refs log tree commit diff
path: root/pkgs/development/tools/continuous-integration
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-03-18 22:46:37 +0200
committerGitHub <noreply@github.com>2023-03-18 22:46:37 +0200
commitdc2b13c96612bb7d32c653e562395add048a46db (patch)
tree0b489754acd53e0be67e5a79df3ae9b91946635a /pkgs/development/tools/continuous-integration
parent825c08ae919954156e1a693e23c0498cf2604672 (diff)
parent7a2128a83638c7bbe20b845f108f03874969d0c4 (diff)
Merge pull request #221665 from r-ryantm/auto-update/woodpecker-server
woodpecker-server: 0.15.6 -> 0.15.7
Diffstat (limited to 'pkgs/development/tools/continuous-integration')
-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 e94e83b7e6b98..cae74c86b320b 100644
--- a/pkgs/development/tools/continuous-integration/woodpecker/common.nix
+++ b/pkgs/development/tools/continuous-integration/woodpecker/common.nix
@@ -1,7 +1,7 @@
 { lib, fetchFromGitHub }:
 let
-  version = "0.15.6";
-  srcSha256 = "sha256-8XXeGEw7+NGULsD5/g1j9+P2h82oRpEuMJT6sMp+z38=";
+  version = "0.15.7";
+  srcSha256 = "sha256-Y6ew9CychStC26A7uyjChvkR+oDis3GZq8kYLHS7AXQ=";
   yarnSha256 = "sha256-PY0BIBbjyi2DG+n5x/IPc0AwrFSwII4huMDU+FeZ/Sc=";
 in
 {