zeek: 3.2.2 -> 3.2.3

https://github.com/zeek/zeek/releases/tag/v3.2.3
This commit is contained in:
Mario Rodas 2020-12-20 04:20:00 +00:00
parent e55f77277b
commit d163a443b8
1 changed files with 3 additions and 2 deletions

View File

@ -21,11 +21,11 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "zeek"; pname = "zeek";
version = "3.2.2"; version = "3.2.3";
src = fetchurl { src = fetchurl {
url = "https://download.zeek.org/zeek-${version}.tar.gz"; url = "https://download.zeek.org/zeek-${version}.tar.gz";
sha256 = "00cxz7ad7p62s2glcagzcvwbnsivrv4bmz6rl1vij907jb24hmvc"; sha256 = "1in25clpbb2vdhms3iypj6r5sp8d1dxjcfn85c272sh7shnmqagr";
}; };
nativeBuildInputs = [ cmake flex bison file ]; nativeBuildInputs = [ cmake flex bison file ];
@ -56,6 +56,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Powerful network analysis framework much different from a typical IDS"; description = "Powerful network analysis framework much different from a typical IDS";
homepage = "https://www.zeek.org"; homepage = "https://www.zeek.org";
changelog = "https://github.com/zeek/zeek/blob/v${version}/CHANGES";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ pSub marsam tobim ]; maintainers = with maintainers; [ pSub marsam tobim ];
platforms = platforms.unix; platforms = platforms.unix;