Update Caddy plugin source and clear hash in config
This commit is contained in:
parent
e69a7a8669
commit
a97c244c4f
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ in {
|
|||
enable = cfg.enable;
|
||||
|
||||
package = pkgs.caddy.withPlugins {
|
||||
plugins = ["https://github.com/corazawaf/coraza-caddy@2.1.0"];
|
||||
hash = lib.fakeHash;
|
||||
plugins = ["github.com/corazawaf/coraza-caddy/v2@2.1.0"];
|
||||
hash = "";
|
||||
};
|
||||
|
||||
virtualHosts =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue