From 3877cf69b73b87fac04a52874048c32ddef4ee0c Mon Sep 17 00:00:00 2001 From: Alex Bates Date: Sun, 22 Mar 2026 16:51:55 +0000 Subject: [PATCH] caddy: update plugin hash for 2.11.2 --- servers/kuribo/caddy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/kuribo/caddy.nix b/servers/kuribo/caddy.nix index 46a8399..52a6076 100644 --- a/servers/kuribo/caddy.nix +++ b/servers/kuribo/caddy.nix @@ -25,7 +25,7 @@ in enable = true; package = pkgs.caddy.withPlugins { plugins = [ "github.com/caddy-dns/cloudflare@v0.2.2" ]; - hash = "sha256-ea8PC/+SlPRdEVVF/I3c1CBprlVp1nrumKM5cMwJJ3U="; + hash = "sha256-Gb1nC5fZfj7IodQmKmEPGygIHNYhKWV1L0JJiqnVtbs="; }; email = cfg.adminEmail; globalConfig = '' -- 2.51.2