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