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
commit 738ea0f02d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];