wireshark update - old source vanished
svn path=/nixpkgs/trunk/; revision=17865
This commit is contained in:
parent
523d1b8216
commit
5b3c7c6b7a
@ -1,10 +1,10 @@
|
||||
{stdenv, fetchurl, perl, pkgconfig, gtk, libpcap, flex, bison}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "wireshark-1.1.3";
|
||||
name = "wireshark-1.3.0";
|
||||
src = fetchurl {
|
||||
url = http://www.wireshark.org/download/src/wireshark-1.1.3.tar.gz;
|
||||
sha256 = "0j2ng84di0lyjax80mw74lmcipxkmlbld4w2yms93932wbxij3s1";
|
||||
url = http://www.wireshark.org/download/src/wireshark-1.3.0.tar.gz;
|
||||
sha256 = "06vn6yklbg2ajh0gs0j58d4fwkkjxz8xn5f8xlpfkffs2m80aw2r";
|
||||
};
|
||||
configureFlags = "--with-pcap=${libpcap}";
|
||||
buildInputs = [perl pkgconfig gtk libpcap flex bison];
|
||||
|
Loading…
x
Reference in New Issue
Block a user