From 255d5e0d43d6d156a325e69a94636df91786133c Mon Sep 17 00:00:00 2001 From: Adam Stephens Date: Sun, 3 Nov 2024 21:36:13 -0500 Subject: [PATCH] Revert "woodpecker-server: 2.7.1 -> 2.7.2" This reverts commit 688e0e14c4cbb2574561aa156d16a1f2fc9c35ad. https://github.com/woodpecker-ci/woodpecker/issues/4294 --- .../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 03bd50489b69..15b74b0a43e0 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 = "2.7.2"; - srcHash = "sha256-p4PH/rRcswrKVO1uEykCa0wgrJvawp58oD6/kLRxoS4="; + version = "2.7.1"; + srcHash = "sha256-x9eCBxrujIJ0kwN5jyn7FKu7uyN+pIBCVDLckhiUzmM="; # The tarball contains vendored dependencies vendorHash = null; in