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

Signed-off-by: jolheiser <git@jolheiser.com>
This commit is contained in:
jolheiser
2026-05-29 11:01:39 -05:00
parent 6dea6ade56
commit 851bc0fd65
@@ -1,8 +1,8 @@
{ lib, fetchFromGitHub }:
let
version = "3.14.1";
vendorHash = "sha256-fibx+Ky2cfP71tPzeiDybx+0f/+XvZbDXC7PAWQMRIY=";
nodeModulesHash = "sha256-wQUOUB5uhWbdEP1nP02ihRZf3F1sEvQeZTDxOa5P1lQ=";
version = "3.15.0";
vendorHash = "sha256-7Hiyf/W1os1+Rd5VY4j96U3n6chub13fhbh0V3hPcCg=";
nodeModulesHash = "sha256-TX/2gtaq1MyXhfPtZpYIGKIvVbn6DwbFDL58GBWqtmg=";
in
{
inherit version vendorHash nodeModulesHash;
@@ -11,7 +11,7 @@ in
owner = "woodpecker-ci";
repo = "woodpecker";
tag = "v${version}";
hash = "sha256-D9AC9D8O3n420yvEzYhV7ev7dLZULAZ55iUWDmla4z0=";
hash = "sha256-enWZkYlZq2sWez4Uz78ZdNc+bqiN/UHnI5oOCicyjDI=";
};
postInstall = ''