Skip to content

Commit

Permalink
Merge #22171: wireshark: 2.2.2 -> 2.2.4
Browse files Browse the repository at this point in the history
(cherry picked from commit d1f73b8)
Upstream published security advisories for some of the fixed issues.
  • Loading branch information
vcunat committed Jan 26, 2017
1 parent ffd8181 commit 5211464
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.2.2";
version = "2.2.4";
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 = "1csm035ayfzn1xzzsmzcjk2ixx39d70aykr4nh0a88chk9gfzb7r";
sha256 = "049r5962yrajhhz9r4dsnx403dab50d6091y2mw298ymxqszp9s2";
};

buildInputs = [
Expand Down

0 comments on commit 5211464

Please sign in to comment.