Skip to content

Commit

Permalink
wireshark: 2.0.4 -> 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mimame committed Jul 29, 2016
1 parent 2fa9bd5 commit 5fbe282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/sniffers/wireshark/default.nix
Expand Up @@ -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

Expand All @@ -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 = [
Expand Down

0 comments on commit 5fbe282

Please sign in to comment.