woodpecker-server: 3.10.0 -> 3.11.0

This commit is contained in:
Marcus Ramberg
2025-10-20 12:00:09 +02:00
parent 319b1d9119
commit 3edd9740d2
@@ -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