update to 3.9.8
svn path=/nixpkgs/trunk/; revision=10006
This commit is contained in:
parent
aae41dd4d4
commit
ff9750bbf1
@ -1,10 +1,10 @@
|
|||||||
{stdenv, fetchurl, libpcap}:
|
{stdenv, fetchurl, libpcap}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "tcpdump-3.9.5";
|
name = "tcpdump-3.9.8";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.tcpdump.org/release/tcpdump-3.9.5.tar.gz;
|
url = http://www.tcpdump.org/release/tcpdump-3.9.8.tar.gz;
|
||||||
md5 = "2135e7b1f09af0eaf66d2af822bed44a";
|
sha256 = "16fjm1ih56mwqniffp63adbxwfj5n10x1a7l22j3cx683pmwh293";
|
||||||
};
|
};
|
||||||
buildInputs = [libpcap];
|
buildInputs = [libpcap];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user