Merge pull request #119715 from LeSuisse/libmodsecurity-3.0.4

libmodsecurity: 3.0.3 -> 3.0.4
This commit is contained in:
Sandro 2021-04-17 19:30:42 +02:00 committed by GitHub
commit 8fd8c3d3d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,14 +4,14 @@
stdenv.mkDerivation rec {
pname = "libmodsecurity";
version = "3.0.3";
version = "3.0.4";
src = fetchFromGitHub {
owner = "SpiderLabs";
repo = "ModSecurity";
fetchSubmodules = true;
rev = "v${version}";
sha256 = "00g2407g2679zv73q67zd50z0f1g1ij734ssv2pp77z4chn5dzib";
sha256 = "07vry10cdll94sp652hwapn0ppjv3mb7n2s781yhy7hssap6f2vp";
};
nativeBuildInputs = [ autoreconfHook pkg-config doxygen ];