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