Merge pull request #264016 from r-ryantm/auto-update/zeek

zeek: 6.0.1 -> 6.0.2
This commit is contained in:
Mario Rodas 2023-10-28 19:50:38 -05:00 committed by GitHub
commit 16d9fd5a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,11 +26,11 @@ let
in
stdenv.mkDerivation rec {
pname = "zeek";
version = "6.0.1";
version = "6.0.2";
src = fetchurl {
url = "https://download.zeek.org/zeek-${version}.tar.gz";
sha256 = "sha256-z8MpoXBDkZXXBw7FOH2Vzdp+trhqyF7HB7ntDp1Xaik=";
sha256 = "sha256-JCGYmtzuain0io9ycvcZ7b6VTWbC6G46Uuecrhd/iHw=";
};
strictDeps = true;