Merge pull request #129487 from marsam/update-zeek

zeek: 4.0.2 -> 4.0.3
This commit is contained in:
Sandro 2021-07-07 02:56:02 +02:00 committed by GitHub
commit 6d7be223d9
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.2";
version = "4.0.3";
src = fetchurl {
url = "https://download.zeek.org/zeek-${version}.tar.gz";
sha256 = "15gxxgg7nmfmswlbxhvcp6alq5k9wpvrm5cwyf1qfd7xsfli61sm";
sha256 = "1nrkwaj0dilyzhfl6yma214vyakvpi97acyffdr7n4kdm4m6pvik";
};
nativeBuildInputs = [ cmake flex bison file ];