about summary refs log tree commit diff
path: root/pkgs/applications/networking/sniffers
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2016-09-08 15:41:49 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2016-09-08 16:26:51 +0200
commit33300d380be364c0059d204752c16bc8efd49893 (patch)
treef645bdce29197a701c1b2c88cc284f00a8f7f0f0 /pkgs/applications/networking/sniffers
parent1b25767c998a7a258e7b65963d48ec366cbac60b (diff)
downloadnixlib-33300d380be364c0059d204752c16bc8efd49893.tar
nixlib-33300d380be364c0059d204752c16bc8efd49893.tar.gz
nixlib-33300d380be364c0059d204752c16bc8efd49893.tar.bz2
nixlib-33300d380be364c0059d204752c16bc8efd49893.tar.lz
nixlib-33300d380be364c0059d204752c16bc8efd49893.tar.xz
nixlib-33300d380be364c0059d204752c16bc8efd49893.tar.zst
nixlib-33300d380be364c0059d204752c16bc8efd49893.zip
wireshark: 2.0.5 -> 2.2.0
Release note:
https://www.wireshark.org/docs/relnotes/wireshark-2.2.0.html

Security related annonces related to 2.0.5 (subject to denial of
service attack):

https://www.wireshark.org/security/wnpa-sec-2016-50.html
https://www.wireshark.org/security/wnpa-sec-2016-51.html
https://www.wireshark.org/security/wnpa-sec-2016-52.html
https://www.wireshark.org/security/wnpa-sec-2016-53.html
https://www.wireshark.org/security/wnpa-sec-2016-54.html
https://www.wireshark.org/security/wnpa-sec-2016-55.html
Diffstat (limited to 'pkgs/applications/networking/sniffers')
-rw-r--r--pkgs/applications/networking/sniffers/wireshark/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/sniffers/wireshark/default.nix b/pkgs/applications/networking/sniffers/wireshark/default.nix
index 32bd9e104677..bbd08f005779 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.0.5";
+  version = "2.2.0";
   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 = "02xi3fz8blcz9cf75rs11g7bijk06wm45vpgnksp72c2609j9q0c";
+    sha256 = "010i7wpsv2231pwb1xdqs0xfwywi3514siidv6wnrfpw3rs7x156";
   };
 
   buildInputs = [