zeek: 6.1.0 -> 6.1.1

This commit is contained in:
R. Ryantm 2024-01-26 07:37:27 +00:00
parent 5af80acc9a
commit 563191055f

View file

@ -26,11 +26,11 @@ let
in
stdenv.mkDerivation rec {
pname = "zeek";
version = "6.1.0";
version = "6.1.1";
src = fetchurl {
url = "https://download.zeek.org/zeek-${version}.tar.gz";
sha256 = "sha256-+3VvS5eAl1W13sOJJ8SUd/8GqmR9/NK4gCWxvhtqNY4=";
sha256 = "sha256-j8Vl6Vc/Wu1JpDV0UoXkLcEPUjRUnvwVAq91RPaDN+U=";
};
strictDeps = true;