nixos/tests/caddy: bump caddy.withPlugins test caddyserver/replace-response dep

This commit is contained in:
Yifei Sun
2026-05-12 18:16:33 +02:00
parent c33c34f574
commit eea35427f9
+2 -2
View File
@@ -72,8 +72,8 @@
specialisation.with-plugins.configuration = {
services.caddy = {
package = pkgs.caddy.withPlugins {
plugins = [ "github.com/caddyserver/replace-response@v0.0.0-20241211194404-3865845790a7" ];
hash = "sha256-Quib7+jFf2ElS4yvrJhuLiedX3lBNwxpEDskxxyVu+8=";
plugins = [ "github.com/caddyserver/replace-response@v0.0.0-20250618171559-80962887e4c6" ];
hash = "sha256-kKWXpxEAn23yud8tcgw7FFOaxLjoodZ/cuM1239TRoY=";
};
configFile = pkgs.writeText "Caddyfile" ''
{