zeek: 3.0.0 -> 3.0.1

Changelog: https://github.com/zeek/zeek/releases/tag/v3.0.1
This commit is contained in:
Mario Rodas 2019-12-10 16:20:00 -05:00 committed by Jon
parent 9c159ecf58
commit e11288b919

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "zeek";
version = "3.0.0";
version = "3.0.1";
src = fetchurl {
url = "https://www.zeek.org/downloads/zeek-${version}.tar.gz";
sha256 = "16pz5fh0z1hmvhn8pxqmdm5a9d8mqrp4gxpxkaywnaqk2h598lmm";
sha256 = "1lhik212wrbi092qizc08f3i0b9pj318sxwm0abc5jc3v3pz7x3r";
};
nativeBuildInputs = [ cmake flex bison file ];