Update caddy.nix
Some checks failed
Deploy NixOS / deploy (push) Has been cancelled

This commit is contained in:
2026-02-26 23:25:35 -07:00
parent d800f72efe
commit d07d7add7f

View File

@@ -50,8 +50,8 @@ in
package = pkgs.caddy.withPlugins {
plugins = [
"github.com/mholt/caddy-l4@master"
"github.com/caddyserver/replace-response@master"
"github.com/mholt/caddy-l4@v0.0.0-20260216070754-eca560d759c9"
"github.com/caddyserver/replace-response@v0.0.0-20250618171559-80962887e4c6"
];
hash = "sha256-mA0WMsfgxhEcXUzJjoVq9r0eLPPI4ujqBPYysVcYYOs=";
};