bro: update from 2.3.2 to 2.4

+6 -4
+6 -4
pkgs/applications/networking/ids/bro/default.nix
··· 1 - {stdenv, fetchurl, cmake, flex, bison, openssl, libpcap, perl, zlib, file, curl, geoip, gperftools }: 1 + {stdenv, fetchurl, cmake, flex, bison, openssl, libpcap, perl, zlib, file, curl 2 + , geoip, gperftools }: 2 3 3 4 stdenv.mkDerivation rec { 4 - name = "bro-2.3.2"; 5 + name = "bro-2.4"; 5 6 6 7 src = fetchurl { 7 8 url = "http://www.bro.org/downloads/release/${name}.tar.gz"; 8 - sha256 = "16y6924brh7sw6l0nry6y4q8sif2lkcpymkd26aabdc61bdgpr9g"; 9 + sha256 = "1ch8w8iakr2ajbigaad70b6mfv01s2sbdqgmrqm9q9zc1c5hs33l"; 9 10 }; 10 11 11 - buildInputs = [ cmake flex bison openssl libpcap perl zlib file curl geoip gperftools ]; 12 + buildInputs = [ cmake flex bison openssl libpcap perl zlib file curl geoip 13 + gperftools ]; 12 14 13 15 enableParallelBuilding = true; 14 16