libmodsecurity: 3.0.10 -> 3.0.11

This commit is contained in:
R. Ryantm 2023-12-09 07:22:56 +00:00
parent be8af62aea
commit f4f82a87e7

View File

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