woodpecker-{agent,cli,server}: 3.14.1 -> 3.16.0

(cherry picked from commit 860fcaec94)
This commit is contained in:
6543 2026-06-27 17:53:15 +02:00
commit f0065a37c9

View file

@ -1,8 +1,8 @@
{ lib, fetchFromGitHub }:
let
version = "3.14.1";
vendorHash = "sha256-fibx+Ky2cfP71tPzeiDybx+0f/+XvZbDXC7PAWQMRIY=";
nodeModulesHash = "sha256-wQUOUB5uhWbdEP1nP02ihRZf3F1sEvQeZTDxOa5P1lQ=";
version = "3.16.0";
vendorHash = "sha256-z87enzlH2jVq/BI6uVbpLG6jKsO5Wr2alJOcFjt/+MM=";
nodeModulesHash = "sha256-6sWSybiSJj7G1KO2iv81yylmOV6DBVN1D15PFYpilC0=";
in
{
inherit version vendorHash nodeModulesHash;
@ -11,7 +11,7 @@ in
owner = "woodpecker-ci";
repo = "woodpecker";
tag = "v${version}";
hash = "sha256-D9AC9D8O3n420yvEzYhV7ev7dLZULAZ55iUWDmla4z0=";
hash = "sha256-9Bc7225CZFELgra5gnmo7KeNeY4X7+YpyvVGG/Y+sAs=";
};
postInstall = ''