about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJames Cook <jcook@cs.berkeley.edu>2016-11-21 08:04:51 -0800
committerGitHub <noreply@github.com>2016-11-21 08:04:51 -0800
commit18316620735c9d5f5fc00f340b5e964dd513dd6c (patch)
tree18196703b6020b2dd504ba3f07e1d07d4fd10131
parent1944c984c3f030bf65cbaf49487b4180e82212b1 (diff)
parente9549d293cef520a5f74ca8203778d89911f1400 (diff)
Merge pull request #20604 from lsix/update_wireshark_2_2_2
wireshark: 2.2.0 -> 2.2.2
-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 99df01afa6a4c..aaf4ff1f386ac 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 = [