From b8002946ce17c68c9544a7c5957547f8e0842102 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Sat, 21 Dec 2024 01:35:10 -0500 Subject: [PATCH] woodpecker-server: 2.8.0 -> 2.8.2 --- .../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 ac4a3ce79c51..67875a83fe41 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.8.0"; - srcHash = "sha256-0aYEZaLFPLyGoHplyGZsn4xerUlYi00aLfgkqO2Yb2E="; + version = "2.8.2"; + srcHash = "sha256-1TfD5CXOQKHyO7ARo7oqc2LdiHOyOU/OYNY8j+9QpQ8="; # The tarball contains vendored dependencies vendorHash = null; in