Wireshark update
svn path=/nixpkgs/trunk/; revision=15439
This commit is contained in:
parent
464ca7f584
commit
2eb7441069
@ -1,10 +1,10 @@
|
|||||||
{stdenv, fetchurl, perl, pkgconfig, gtk, libpcap, flex, bison}:
|
{stdenv, fetchurl, perl, pkgconfig, gtk, libpcap, flex, bison}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "wireshark-1.1.2";
|
name = "wireshark-1.1.3";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.wireshark.org/download/src/wireshark-1.1.2.tar.gz;
|
url = http://www.wireshark.org/download/src/wireshark-1.1.3.tar.gz;
|
||||||
sha256 = "0fsf84czzxg0gpyf525lx2c9i8la26fkhqv4visz5bz2r0911yd4";
|
sha256 = "0j2ng84di0lyjax80mw74lmcipxkmlbld4w2yms93932wbxij3s1";
|
||||||
};
|
};
|
||||||
configureFlags = "--with-pcap=${libpcap}";
|
configureFlags = "--with-pcap=${libpcap}";
|
||||||
buildInputs = [perl pkgconfig gtk libpcap flex bison];
|
buildInputs = [perl pkgconfig gtk libpcap flex bison];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user