3
0
Fork 0
forked from mirrors/nixpkgs

Update Wireshark

svn path=/nixpkgs/branches/stdenv-updates/; revision=24785
This commit is contained in:
Michael Raskin 2010-11-20 20:51:29 +00:00
parent 560b88b920
commit 7195b61a31

View file

@ -1,11 +1,11 @@
{stdenv, fetchurl, perl, pkgconfig, gtk, libpcap, flex, bison}:
stdenv.mkDerivation rec {
version = "1.4.0";
version = "1.4.2";
name = "wireshark-${version}";
src = fetchurl {
url = "http://www.wireshark.org/download/src/${name}.tar.bz2";
sha256 = "1c0df77d11c643b1142b6ed3fd21e0c79b3f05f1749fe10e9ba5fd3beee8b743";
sha256 = "1cj9n3yhahj6pabx1h1gas6b6dhwsljjz2w3ngky3a4g6bnf3ij4";
};
configureFlags = "--with-pcap=${libpcap}";
buildInputs = [perl pkgconfig gtk libpcap flex bison];