Skip to content

Commit

Permalink
Merge pull request #120131 from marsam/update-zeek
Browse files Browse the repository at this point in the history
zeek: 4.0.0 -> 4.0.1
  • Loading branch information
SuperSandro2000 committed Apr 22, 2021
2 parents 390b557 + 373ea9e commit f2a3a0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/ids/zeek/default.nix
Expand Up @@ -21,11 +21,11 @@

stdenv.mkDerivation rec {
pname = "zeek";
version = "4.0.0";
version = "4.0.1";

src = fetchurl {
url = "https://download.zeek.org/zeek-${version}.tar.gz";
sha256 = "0m7zy5k2595vf5xr2r4m75rfsdddigrv2hilm1c3zaif4srxmvpj";
sha256 = "0ficl4i012gfv4mdbdclgvi6gyq338gw9gb6k58k1drw8c7qk6k5";
};

nativeBuildInputs = [ cmake flex bison file ];
Expand Down

0 comments on commit f2a3a0e

Please sign in to comment.