From 3edd9740d27f9a1d2204fb8e1c73758cf64da42b Mon Sep 17 00:00:00 2001 From: Marcus Ramberg Date: Mon, 20 Oct 2025 12:00:09 +0200 Subject: [PATCH] woodpecker-server: 3.10.0 -> 3.11.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 daa6598b0184..495d0a67ad5e 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 = "3.10.0"; - srcHash = "sha256-Z9EGm14q9DySZ0lgw/wwam3NjvicltWBkVJ3cwi/eds="; + version = "3.11.0"; + srcHash = "sha256-mLyEHNMePVZI6MOSyeD9NMp9QXRXQ7h3LFSxHxpf878="; # The tarball contains vendored dependencies vendorHash = null; in