Merge pull request #119715 from LeSuisse/libmodsecurity-3.0.4
libmodsecurity: 3.0.3 -> 3.0.4
This commit is contained in:
commit
8fd8c3d3d2
1 changed files with 2 additions and 2 deletions
|
@ -4,14 +4,14 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libmodsecurity";
|
pname = "libmodsecurity";
|
||||||
version = "3.0.3";
|
version = "3.0.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "SpiderLabs";
|
owner = "SpiderLabs";
|
||||||
repo = "ModSecurity";
|
repo = "ModSecurity";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "00g2407g2679zv73q67zd50z0f1g1ij734ssv2pp77z4chn5dzib";
|
sha256 = "07vry10cdll94sp652hwapn0ppjv3mb7n2s781yhy7hssap6f2vp";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkg-config doxygen ];
|
nativeBuildInputs = [ autoreconfHook pkg-config doxygen ];
|
||||||
|
|
Loading…
Reference in a new issue