Commit a9dab01ee481

Vincent Demeester <vincent@sbr.pm>
2026-01-13 09:09:52
fix(kerkouane): update Caddy plugin vendor hash
- Resolve build failure from outdated dependencies hash - Update caddy-ratelimit plugin vendored Go modules hash
1 parent 035d266
Changed files (1)
systems
kerkouane
systems/kerkouane/extra.nix
@@ -384,7 +384,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-U4kx1A6UtA/VjqFWMD/hliH8QCeOqUsr9Y/X4xWggbQ=";
+      hash = "sha256-h3FJ2zUJiWbkC6Gop9Xj897Qt5K3px0zgXgLXykekRA=";
     };
 
     # Enable Prometheus metrics on VPN interface only