3
0
Fork 0
forked from mirrors/nixpkgs

modsecurity_standalone: 2.9.2 -> 2.9.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/modsecurity/versions
This commit is contained in:
R. RyanTM 2019-03-10 17:50:38 -07:00
parent 213d6dd6ac
commit 41a5459661

View file

@ -11,11 +11,11 @@ in
stdenv.mkDerivation rec {
name = "modsecurity-${version}";
version = "2.9.2";
version = "2.9.3";
src = fetchurl {
url = "https://www.modsecurity.org/tarball/${version}/${name}.tar.gz";
sha256 = "41a8f73476ec891f3a9e8736b98b64ea5c2105f1ce15ea57a1f05b4bf2ffaeb5";
sha256 = "0611nskd2y6yagrciqafxdn4rxbdk2v4swf45kc1sgwx2sfh34j1";
};
nativeBuildInputs = [ pkgconfig ];