libmodsecurity: 3.0.11 -> 3.0.12

This commit is contained in:
R. Ryantm 2024-01-31 03:48:42 +00:00
parent 0b8f8e0cd9
commit 3e79150fc4

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "libmodsecurity";
version = "3.0.11";
version = "3.0.12";
src = fetchFromGitHub {
owner = "SpiderLabs";
repo = "ModSecurity";
rev = "v${version}";
sha256 = "sha256-dbAX4lokmiUc+glhTG0PPaD/WEXcoQX0AQ/WZwJQYPY=";
sha256 = "sha256-WIFAg9LvKAC8e3gpcIxtNHT53AIfPtUTyrv30woxP4M=";
fetchSubmodules = true;
};