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:
parent
1ee86005b9
commit
8c108024ab
@ -3,14 +3,14 @@
|
|||||||
, heimdal, python, lynx, lua5
|
, heimdal, python, lynx, lua5
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let version = "1.8.5"; in
|
let version = "1.8.6"; in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "wireshark-${version}";
|
name = "wireshark-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/wireshark/wireshark-${version}.tar.bz2";
|
url = "mirror://sourceforge/wireshark/wireshark-${version}.tar.bz2";
|
||||||
sha256 = "0wp33qa5yvi60b08iiz55wflhr1vwd7680sbwx2kqjlp2s17kr6l";
|
sha256 = "1siifci4z7nxp6a1ghk2azw9v0hxi2vq26n3ms7n89kcj8zfs8i7";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user