modsecurity_standalone: 2.9.6 -> 2.9.7

This commit is contained in:
R. Ryantm 2023-01-09 02:13:29 +00:00
parent 4769274f53
commit 6a68f5d13d

View file

@ -11,13 +11,13 @@ in
stdenv.mkDerivation rec {
pname = "modsecurity";
version = "2.9.6";
version = "2.9.7";
src = fetchFromGitHub {
owner = "SpiderLabs";
repo = pname;
rev = "v${version}";
sha256 = "sha256-C/D/UWaI4GsXjfhLmNnYhRJoUvlsps1551SqhmZUc/4=";
sha256 = "sha256-hJ8wYeC83dl85bkUXGZKHpHzw9QRgtusj1/+Coxsx0k=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];