woodpecker-server: 3.11.0 -> 3.12.0

This commit is contained in:
Marcus Ramberg
2025-11-19 23:37:25 +01:00
parent 5be29d57cf
commit de71771ed1
@@ -1,7 +1,7 @@
{ lib, fetchzip }:
let
version = "3.11.0";
srcHash = "sha256-mLyEHNMePVZI6MOSyeD9NMp9QXRXQ7h3LFSxHxpf878=";
version = "3.12.0";
srcHash = "sha256-36802UcUufQS8zhpWDfbO1wTRZElDD3HpxSwNTrXGp0=";
vendorHash = null; # The tarball contains vendored dependencies
in
{