Commit 3338ac85e9fa

Vincent Demeester <vincent@sbr.pm>
2026-02-23 10:02:23
fix(kerkouane): updated caddy plugin source hash
Upstream dependencies of caddy-ratelimit plugin changed, causing the fixed-output derivation hash mismatch.
1 parent 07f037a
Changed files (1)
systems
kerkouane
systems/kerkouane/extra.nix
@@ -372,7 +372,7 @@ in
     # Use Caddy with rate-limit plugin
     package = pkgs.caddy.withPlugins {
       plugins = [ "github.com/mholt/caddy-ratelimit@v0.1.1-0.20250915152450-04ea34edc0c4" ];
-      hash = "sha256-h3FJ2zUJiWbkC6Gop9Xj897Qt5K3px0zgXgLXykekRA=";
+      hash = "sha256-vtiYbCTxotxCQ3+Z+hDOuKy9QxNPKYtVP1FsrtDHq44=";
     };
 
     # Enable Prometheus metrics on VPN interface only