Merge pull request #524 from bjornfor/wireshark
Wireshark: bump to version 1.8.6 + homepage URL update
This commit is contained in:
commit
43fcce51af
@ -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 =
|
||||
@ -21,7 +21,7 @@ stdenv.mkDerivation {
|
||||
configureFlags = "--disable-usr-local --with-ssl --enable-threads --enable-packet-editor";
|
||||
|
||||
meta = {
|
||||
homepage = "http://sourceforge.net/projects/wireshark/";
|
||||
homepage = http://www.wireshark.org/;
|
||||
description = "a powerful network protocol analyzer";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user