libmodsecurity: 3.0.12 -> 3.0.13 (#339396)

This commit is contained in:
Adam C. Stephens 2024-09-04 19:50:14 -04:00 committed by GitHub
commit 9565dfaf17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libmodsecurity"; pname = "libmodsecurity";
version = "3.0.12"; version = "3.0.13";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "owasp-modsecurity"; owner = "owasp-modsecurity";
repo = "ModSecurity"; repo = "ModSecurity";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-WIFAg9LvKAC8e3gpcIxtNHT53AIfPtUTyrv30woxP4M="; hash = "sha256-+z31t007NLCAFG/Lsj5j/AbBDPkI2wjbH5yM5vipH04=";
fetchSubmodules = true; fetchSubmodules = true;
}; };