From 54622e4828f7f66d1e3ccc1fab3dc03cc95aeb8e Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 31 Jan 2024 22:58:22 +0000 Subject: [PATCH] woodpecker-*: 2.2.2 -> 2.3.0 --- .../tools/continuous-integration/woodpecker/common.nix | 4 ++-- 1 file 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