forked from mirrors/nixpkgs
ethereal 0.99
svn path=/nixpkgs/trunk/; revision=5291
This commit is contained in:
parent
6a1a282635
commit
93957f48c3
|
@ -1,10 +1,10 @@
|
|||
{stdenv, fetchurl, perl, pkgconfig, glib, libpcap}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ethereal-0.10.14";
|
||||
name = "ethereal-0.99";
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/ethereal-0.10.14.tar.bz2;
|
||||
md5 = "297f678c037f88429250830e924b8fa0";
|
||||
url = ftp://ftp.uni-kl.de/pub/ethereal/ethereal-0.99.0.tar.bz2;
|
||||
md5 = "f9905b9d347acdc05af664a7553f7f76";
|
||||
};
|
||||
buildInputs = [perl pkgconfig glib libpcap];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue