From e9549d293cef520a5f74ca8203778d89911f1400 Mon Sep 17 00:00:00 2001 From: Lancelot SIX Date: Mon, 21 Nov 2016 14:27:31 +0100 Subject: [PATCH] wireshark: 2.2.0 -> 2.2.2 See releases announcements: - https://www.wireshark.org/docs/relnotes/wireshark-2.2.1.html - https://www.wireshark.org/docs/relnotes/wireshark-2.2.2.html wireshark-2.2.1 fixes the following vulnerabilities: - CVE-2016-7957 - CVE-2016-7958 wireshard-2.2.2 fixes the following vulnerabilities: - CVE-2016-9372 - CVE-2016-9374 - CVE-2016-9376 - CVE-2016-9373 - CVE-2016-9375 --- pkgs/applications/networking/sniffers/wireshark/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/sniffers/wireshark/default.nix b/pkgs/applications/networking/sniffers/wireshark/default.nix index 99df01afa6a4..aaf4ff1f386a 100644 --- a/pkgs/applications/networking/sniffers/wireshark/default.nix +++ b/pkgs/applications/networking/sniffers/wireshark/default.nix @@ -11,7 +11,7 @@ assert withQt -> !withGtk && qt4 != null; with stdenv.lib; let - version = "2.2.0"; + version = "2.2.2"; variant = if withGtk then "gtk" else if withQt then "qt" else "cli"; in @@ -20,7 +20,7 @@ stdenv.mkDerivation { src = fetchurl { url = "http://www.wireshark.org/download/src/all-versions/wireshark-${version}.tar.bz2"; - sha256 = "010i7wpsv2231pwb1xdqs0xfwywi3514siidv6wnrfpw3rs7x156"; + sha256 = "1csm035ayfzn1xzzsmzcjk2ixx39d70aykr4nh0a88chk9gfzb7r"; }; buildInputs = [