bro: 2.5.4 -> 2.5.5

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
bro
This commit is contained in:
R. RyanTM 2018-08-30 22:22:45 -07:00
parent e6a37e3ce4
commit 4b02c087f1

View File

@ -2,11 +2,11 @@
, geoip, gperftools, python, swig }: , geoip, gperftools, python, swig }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "bro-2.5.4"; name = "bro-2.5.5";
src = fetchurl { src = fetchurl {
url = "https://www.bro.org/downloads/${name}.tar.gz"; url = "https://www.bro.org/downloads/${name}.tar.gz";
sha256 = "07sz1i4ly30257677b8vfrbsvxhz2awijyzn5ihg4m567x1ymnl0"; sha256 = "1kvkiq8jjsqryry9jd4vw45pbfb46jly988mq62mv4sd1fqsxwhq";
}; };
nativeBuildInputs = [ cmake flex bison file ]; nativeBuildInputs = [ cmake flex bison file ];