Skip to content
This repository was archived by the owner on Sep 14, 2025. It is now read-only.

Commit be91730

Browse files
committed
nginx/modsecurity: update to v4.16
1 parent 71a1d15 commit be91730

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/nginx.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ in
6969
modsecurity_crs = pkgs.fetchFromGitHub {
7070
owner = "coreruleset";
7171
repo = "coreruleset";
72-
rev = "v4.0.0";
73-
sha256 = "TErAhbD77Oa2IauqBnLD+lMk4aI0hWgLb4CcCjqQRdQ=";
72+
rev = "v4.16.0";
73+
hash = "sha256-RYCv5ujnzLua26OtGBi1r5+8qZKddmKb/8No4cfIhTE=";
7474
};
7575
modsecurity_conf = pkgs.writeText "modsecurity.conf" ''
7676
SecAuditEngine RelevantOnly

0 commit comments

Comments
 (0)