Merge pull request #209807 from r-ryantm/auto-update/modsecurity_standalone

modsecurity_standalone: 2.9.6 -> 2.9.7
This commit is contained in:
Jonas Heinrich
2023-01-10 16:13:24 +01:00
committed by GitHub
+2 -2
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 ];