about summary refs log tree commit diff
path: root/pkgs/applications/networking/ids
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-03-14 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2024-03-14 04:20:00 +0000
commit1fe374ccc6157293a17e5b38123d797cbc154a2a (patch)
tree159c25363319ff14671c696a004cfd553c02f08c /pkgs/applications/networking/ids
parent77f2d133462267e7af5395290572c283b5bcefb6 (diff)
zeek: 6.1.1 -> 6.2.0
Changelog: https://github.com/zeek/zeek/blob/v6.2.0/CHANGES
Diffstat (limited to 'pkgs/applications/networking/ids')
-rw-r--r--pkgs/applications/networking/ids/zeek/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/ids/zeek/default.nix b/pkgs/applications/networking/ids/zeek/default.nix
index d5b07d7e5c030..09bf661f54b14 100644
--- a/pkgs/applications/networking/ids/zeek/default.nix
+++ b/pkgs/applications/networking/ids/zeek/default.nix
@@ -26,11 +26,11 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "zeek";
-  version = "6.1.1";
+  version = "6.2.0";
 
   src = fetchurl {
     url = "https://download.zeek.org/zeek-${version}.tar.gz";
-    sha256 = "sha256-j8Vl6Vc/Wu1JpDV0UoXkLcEPUjRUnvwVAq91RPaDN+U=";
+    hash = "sha256-Y1Z+j5+Ffqho5Q2O8uQgNxsxPE7gqHaxe1SZEJDA0oY=";
   };
 
   strictDeps = true;