woodpecker-server: 2.7.0 -> 2.7.1 (#340395)

This commit is contained in:
Adam C. Stephens 2024-09-07 20:55:37 -04:00 committed by GitHub
commit c33930818c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
{ lib, fetchzip }:
let
version = "2.7.0";
srcHash = "sha256-A9F+kKR4oM4IEA5qLqMaQiW9KAjuQgyvv3peXos3gX8=";
version = "2.7.1";
srcHash = "sha256-x9eCBxrujIJ0kwN5jyn7FKu7uyN+pIBCVDLckhiUzmM=";
# The tarball contains vendored dependencies
vendorHash = null;
in