From 32be348f2857dfac6cacca6d02987b56c3e84b4b Mon Sep 17 00:00:00 2001 From: emilylange Date: Tue, 21 Jan 2025 18:53:08 +0100 Subject: [PATCH] woodpecker-{agent,cli,server}: 3.0.0 -> 3.0.1 https://github.com/woodpecker-ci/woodpecker/releases/tag/v3.0.1 diff: https://github.com/woodpecker-ci/woodpecker/compare/v3.0.0...v3.0.1 --- .../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 ad60a06cc551..f240ead19bd5 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 = "3.0.0"; - srcHash = "sha256-AM+qMTbvlLOLtuADJGWKRmeqwK+ssV7YxydOsx+L8Nc="; + version = "3.0.1"; + srcHash = "sha256-BJHvZhi/jjVH/NZKqGwL2ZiYGxM72EtJ0KTO21IigAY="; # The tarball contains vendored dependencies vendorHash = null; in