Merge pull request #125443 from marsam/update-zeek

zeek: 4.0.1 -> 4.0.2
This commit is contained in:
Sandro 2021-06-03 12:51:00 +02:00 committed by GitHub
commit a5baf3fa21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,11 +21,11 @@
stdenv.mkDerivation rec {
pname = "zeek";
version = "4.0.1";
version = "4.0.2";
src = fetchurl {
url = "https://download.zeek.org/zeek-${version}.tar.gz";
sha256 = "0ficl4i012gfv4mdbdclgvi6gyq338gw9gb6k58k1drw8c7qk6k5";
sha256 = "15gxxgg7nmfmswlbxhvcp6alq5k9wpvrm5cwyf1qfd7xsfli61sm";
};
nativeBuildInputs = [ cmake flex bison file ];