libmodsecurity: 3.0.13 -> 3.0.14 (#385139)

This commit is contained in:
Leona Maroni
2025-03-10 20:21:10 +01:00
committed by GitHub
2 changed files with 6 additions and 5 deletions
+4 -3
View File
@@ -432,10 +432,11 @@ let self = {
name = "modsecurity";
src = fetchFromGitHub {
name = "modsecurity-nginx";
owner = "SpiderLabs";
owner = "owasp-modsecurity";
repo = "ModSecurity-nginx";
rev = "v1.0.3";
sha256 = "sha256-xp0/eqi5PJlzb9NaUbNnzEqNcxDPyjyNwZOwmlv1+ag=";
# unstable 2025-02-17
rev = "0b4f0cf38502f34a30c8543039f345cfc075670d";
hash = "sha256-P3IwKFR4NbaMXYY+O9OHfZWzka4M/wr8sJpX94LzQTU=";
};
inputs = [ curl geoip libmodsecurity libxml2 lmdb yajl ];
@@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "libmodsecurity";
version = "3.0.13";
version = "3.0.14";
src = fetchFromGitHub {
owner = "owasp-modsecurity";
repo = "ModSecurity";
rev = "v${version}";
hash = "sha256-+z31t007NLCAFG/Lsj5j/AbBDPkI2wjbH5yM5vipH04=";
hash = "sha256-SaeBO3+WvPhHiJoiOmijB0G3/QYxjAdxgeCVqESS+4U=";
fetchSubmodules = true;
};