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

zeek: 6.1.0 -> 6.1.1
This commit is contained in:
Mario Rodas 2024-01-27 05:32:41 -05:00 committed by GitHub
commit 63d4a47713
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;