From f72e74d4aee0c5e6babd30f649910387feea4cc1 Mon Sep 17 00:00:00 2001 From: Vi Retault Date: Tue, 3 Oct 2023 16:32:12 -0400 Subject: [PATCH] updated upstream hash --- pp-woodpecker.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pp-woodpecker.nix b/pp-woodpecker.nix index 05be455..a5551a2 100644 --- a/pp-woodpecker.nix +++ b/pp-woodpecker.nix @@ -9,7 +9,7 @@ in # Woodpeeker is not in stable yet but the module is good enought (builtins.fetchurl { url = "https://github.com/NixOS/nixpkgs/raw/nixos-unstable/nixos/modules/services/continuous-integration/woodpecker/server.nix"; - sha256 = "0fbgr0s690c3i90c8rmnazilh3gl9x698pm69f8lqg2glz9rq13f"; + sha256 = "13dzbcb0fi0bwam0mlf6d6ly0x90pr8sq68kzs65mszbvsd5lqjb"; }) (builtins.fetchurl { url = "https://github.com/NixOS/nixpkgs/raw/nixos-unstable/nixos/modules/services/continuous-integration/woodpecker/agents.nix";