wireshark: bump to version 1.8.6

Multiple vulnerabilities and many bugs have been fixed. See the release
notes for details:

  http://www.wireshark.org/docs/relnotes/wireshark-1.8.6.html
This commit is contained in:
Bjørn Forsman 2013-05-11 20:30:36 +02:00
parent 1ee86005b9
commit 8c108024ab

View file

@ -3,14 +3,14 @@
, heimdal, python, lynx, lua5
}:
let version = "1.8.5"; in
let version = "1.8.6"; in
stdenv.mkDerivation {
name = "wireshark-${version}";
src = fetchurl {
url = "mirror://sourceforge/wireshark/wireshark-${version}.tar.bz2";
sha256 = "0wp33qa5yvi60b08iiz55wflhr1vwd7680sbwx2kqjlp2s17kr6l";
sha256 = "1siifci4z7nxp6a1ghk2azw9v0hxi2vq26n3ms7n89kcj8zfs8i7";
};
buildInputs =