diff options
| author | Izorkin <izorkin@elven.pw> | 2022-06-14 21:37:36 +0300 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-06-29 15:43:26 +0000 |
| commit | 716ad2a13bdfe60ca064aab33bf360cf0d340e39 (patch) | |
| tree | 5f573b3f0c96e91456f63cb5594818986a29f399 | |
| parent | libmodsecurity: 3.0.6 -> 3.0.7 (diff) | |
| download | nixpkgs-origin/backport-177685-to-release-22.05.tar.gz | |
nginxModules.modsecurity-nginx: 1.0.2 -> 1.0.3origin/backport-177685-to-release-22.05
(cherry picked from commit 0a8f89e23e278a8314f91295555a618a0e39c22e)
| -rw-r--r-- | pkgs/servers/http/nginx/modules.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/nginx/modules.nix b/pkgs/servers/http/nginx/modules.nix index 2b8e2ac7f793..76fe626172cf 100644 --- a/pkgs/servers/http/nginx/modules.nix +++ b/pkgs/servers/http/nginx/modules.nix @@ -252,8 +252,8 @@ in name = "modsecurity-nginx"; owner = "SpiderLabs"; repo = "ModSecurity-nginx"; - rev = "v1.0.2"; - sha256 = "sha256-UXiitc3jZlgXlCsDPS+xEFLNRVgRbn8BCCXUEqAWlII="; + rev = "v1.0.3"; + sha256 = "sha256-xp0/eqi5PJlzb9NaUbNnzEqNcxDPyjyNwZOwmlv1+ag="; }; inputs = [ pkgs.curl pkgs.geoip pkgs.libmodsecurity pkgs.libxml2 pkgs.lmdb pkgs.yajl ]; disableIPC = true; |
