wireshark: 2.4.6 -> 2.4.7 (#41175)

See https://www.wireshark.org/docs/relnotes/wireshark-2.4.7.html for
release information
This commit is contained in:
Lancelot SIX 2018-05-29 00:21:33 +02:00 committed by xeji
parent 331bcec0d1
commit a7e0fb6ffc

View File

@ -12,7 +12,7 @@ assert withQt -> !withGtk && qt5 != null;
with stdenv.lib;
let
version = "2.4.6";
version = "2.4.7";
variant = if withGtk then "gtk" else if withQt then "qt" else "cli";
in stdenv.mkDerivation {
@ -20,7 +20,7 @@ in stdenv.mkDerivation {
src = fetchurl {
url = "http://www.wireshark.org/download/src/all-versions/wireshark-${version}.tar.xz";
sha256 = "1znmjg40pf81ks9lnm6ilx0cy32xan5g19gbqkkhj35whb95z5lf";
sha256 = "0i2ggkkx7fphsk7kv9kygsf5pcaf4vgnqgi8mj1rrf2gfdl3rjsy";
};
cmakeFlags = [