mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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 New Issue
Block a user