about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authormimadrid <mimadrid@ucm.es>2016-07-29 12:11:09 +0200
committermimadrid <mimadrid@ucm.es>2016-07-29 12:11:09 +0200
commit5fbe282abd4d1f79bfa0963c37896c05e3e4c8e5 (patch)
treec6341c3c7f68f0670344d32e3ff91406f72d61b6 /pkgs/applications/networking
parent2fa9bd50597c3089cc00abb3f20d7510fcc8ad6a (diff)
wireshark: 2.0.4 -> 2.0.5
Diffstat (limited to 'pkgs/applications/networking')
-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 bf7c8f752450d..32bd9e1046772 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.4";
+  version = "2.0.5";
   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 = "19g11m8m8qd7dkcvcb27lyppklg608d9ap7wr3mr88clm4nwiacy";
+    sha256 = "02xi3fz8blcz9cf75rs11g7bijk06wm45vpgnksp72c2609j9q0c";
   };
 
   buildInputs = [