bro: 2.5.1 -> 2.5.2

gstqt5
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
1 changed files with 2 additions and 2 deletions

View File

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