Skip to content

Commit

Permalink
wireshark: 2.4.7 -> 2.4.9 (security)
Browse files Browse the repository at this point in the history
https://www.wireshark.org/docs/relnotes/wireshark-2.4.8.html
https://www.wireshark.org/docs/relnotes/wireshark-2.4.9.html

I briefly tested capturing some traffic via the GUI.
master uses 2.6.x already; /cc #45796.
  • Loading branch information
vcunat committed Aug 30, 2018
1 parent 7c40ff5 commit 9527b01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/sniffers/wireshark/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ assert withQt -> !withGtk && qt5 != null;
with stdenv.lib;

let
version = "2.4.7";
version = "2.4.9";
variant = if withGtk then "gtk" else if withQt then "qt" else "cli";

in stdenv.mkDerivation {
name = "wireshark-${variant}-${version}";

src = fetchurl {
url = "http://www.wireshark.org/download/src/all-versions/wireshark-${version}.tar.xz";
sha256 = "0i2ggkkx7fphsk7kv9kygsf5pcaf4vgnqgi8mj1rrf2gfdl3rjsy";
sha256 = "1qrkqrm96gj3wah42qj62axgdzin8cwiscpcwbq3d596cm3g5i33";
};

cmakeFlags = [
Expand Down

0 comments on commit 9527b01

Please sign in to comment.