Commit 31295bb8bc49

Vincent Demeester <vincent@sbr.pm>
2026-07-03 23:19:20
fix(carthage): update caddy withPlugins hash
Upstream dependency changes caused hash mismatch for the caddy-ratelimit plugin fixed-output derivation.
1 parent d8d68a8
Changed files (1)
systems
carthage
systems/carthage/extra.nix
@@ -787,7 +787,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-cLh5oCieQwdAW9y+BNj6hoL2mRx2n42D+cV2czZRbH0=";
+      hash = "sha256-hLsyj83FRSogJlbORpPQYh8kmRXt2tY/6mzxV96ZB8o=";
     };
 
     # Enable Prometheus metrics on VPN interface only