bro: 2.5.3 -> 2.5.4

This commit is contained in:
Pascal Wittmann 2018-06-06 19:13:26 +02:00
parent f8e77b3373
commit f2ea885bed
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.3";
name = "bro-2.5.4";
src = fetchurl {
url = "http://www.bro.org/downloads/${name}.tar.gz";
sha256 = "09b227j1c0ggihbhbyphd7lnh26mpz07z1s0h148dg6fwqagm13k";
sha256 = "07sz1i4ly30257677b8vfrbsvxhz2awijyzn5ihg4m567x1ymnl0";
};
nativeBuildInputs = [ cmake flex bison file ];