Revert "woodpecker-server: 2.7.1 -> 2.7.2"

This reverts commit 688e0e14c4.

https://github.com/woodpecker-ci/woodpecker/issues/4294
This commit is contained in:
Adam Stephens 2024-11-03 21:36:13 -05:00
parent 07b3bef8e4
commit 255d5e0d43
No known key found for this signature in database

View File

@ -1,7 +1,7 @@
{ lib, fetchzip }:
let
version = "2.7.2";
srcHash = "sha256-p4PH/rRcswrKVO1uEykCa0wgrJvawp58oD6/kLRxoS4=";
version = "2.7.1";
srcHash = "sha256-x9eCBxrujIJ0kwN5jyn7FKu7uyN+pIBCVDLckhiUzmM=";
# The tarball contains vendored dependencies
vendorHash = null;
in