bro: 2.5.1 -> 2.5.2

This commit is contained in:
Pascal Wittmann 2017-10-21 23:57:45 +02:00
parent 66b5cec754
commit 255130b340
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -2,11 +2,11 @@
, geoip, gperftools, python, swig }: , geoip, gperftools, python, swig }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "bro-2.5.1"; name = "bro-2.5.2";
src = fetchurl { src = fetchurl {
url = "http://www.bro.org/downloads/${name}.tar.gz"; url = "http://www.bro.org/downloads/${name}.tar.gz";
sha256 = "04cmm0vs8q31mgaq3pxybjk834py3ji16qp4qcir7vjbhq1fav1c"; sha256 = "0w5rynw278nl6pdl5s7gsmxjwkl6z1g5pcm6byg930k26yyb35db";
}; };
nativeBuildInputs = [ cmake flex bison file ]; nativeBuildInputs = [ cmake flex bison file ];