about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-04-19 21:17:50 -0500
committerGitHub <noreply@github.com>2020-04-19 21:17:50 -0500
commit4c910ed4d6824ac83c5a51a23ddff7a581f1c118 (patch)
treecdf7acb07d9f1b05fdf893ca4b87713e34d18a82 /pkgs/applications/networking
parent916aa568a220ef61dd4f66b8c59f6c67564f4b58 (diff)
parent6d02fcb2c2fe6e1198dabba2566a859568e4b8d3 (diff)
downloadnixlib-4c910ed4d6824ac83c5a51a23ddff7a581f1c118.tar
nixlib-4c910ed4d6824ac83c5a51a23ddff7a581f1c118.tar.gz
nixlib-4c910ed4d6824ac83c5a51a23ddff7a581f1c118.tar.bz2
nixlib-4c910ed4d6824ac83c5a51a23ddff7a581f1c118.tar.lz
nixlib-4c910ed4d6824ac83c5a51a23ddff7a581f1c118.tar.xz
nixlib-4c910ed4d6824ac83c5a51a23ddff7a581f1c118.tar.zst
nixlib-4c910ed4d6824ac83c5a51a23ddff7a581f1c118.zip
Merge pull request #85530 from marsam/update-zeek
zeek: 3.1.1 -> 3.1.2
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/ids/zeek/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/ids/zeek/default.nix b/pkgs/applications/networking/ids/zeek/default.nix
index 6faacf2e67e6..8fe856f9773f 100644
--- a/pkgs/applications/networking/ids/zeek/default.nix
+++ b/pkgs/applications/networking/ids/zeek/default.nix
@@ -5,11 +5,11 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "zeek";
-  version = "3.1.1";
+  version = "3.1.2";
 
   src = fetchurl {
-    url = "https://old.zeek.org/downloads/zeek-${version}.tar.gz";
-    sha256 = "0siybzdp8w62jqk5vdi5fxwvj6cn4r6c2d4z2axd4rj5vhv5zvx2";
+    url = "https://download.zeek.org/zeek-${version}.tar.gz";
+    sha256 = "18aa4pfwav8m6vq7cr4bhfg243da54ak933rqbriljnhsrgp4n0q";
   };
 
   nativeBuildInputs = [ cmake flex bison file ];