Merge pull request #32952 from Izorkin/ModSecurity-nginx
modsecurity-nginx: 2017-08-23 -> 1.0.0 Stable
This commit is contained in:
commit
3d8e5fe74c
1 changed files with 3 additions and 3 deletions
|
@ -47,12 +47,12 @@
|
|||
'';
|
||||
};
|
||||
|
||||
modsecurity-beta = {
|
||||
modsecurity-nginx = {
|
||||
src = fetchFromGitHub {
|
||||
owner = "SpiderLabs";
|
||||
repo = "ModSecurity-nginx";
|
||||
rev = "a2a5858d249222938c2f5e48087a922c63d7f9d8";
|
||||
sha256 = "1zj0fq35hddzf7b3x40xlbss866lg7w2vd1bbm8g1hcq1ny2s84n";
|
||||
rev = "v1.0.0";
|
||||
sha256 = "0zzpdqhbdqqy8kjkszv0mrq6136ah9v3zwr1jbh312j8izmzdyi7";
|
||||
};
|
||||
inputs = [ pkgs.curl pkgs.geoip pkgs.libmodsecurity pkgs.libxml2 pkgs.lmdb pkgs.yajl ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue