Merge pull request #176292 from marsam/update-zeek

zeek: 4.2.1 -> 4.2.2
This commit is contained in:
Mario Rodas 2022-06-04 19:22:06 -05:00 committed by GitHub
commit 8fe3ec707c
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.2.1";
version = "4.2.2";
src = fetchurl {
url = "https://download.zeek.org/zeek-${version}.tar.gz";
sha256 = "sha256-axNImzBJTHxd2kU/xQmB5ZQ9ZxW2ybW3qFq7gLvm0RY=";
sha256 = "sha256-9Q3X24uAmnSnLUAklK+gC0Mu8eh81ZE2h/7uIVc8cAw=";
};
nativeBuildInputs = [