* Libtool updated to 1.5.20.

svn path=/nixpkgs/trunk/; revision=3812
This commit is contained in:
Eelco Dolstra 2005-09-13 09:11:31 +00:00
parent 9a6ce709fa
commit d23d072610

View File

@ -1,10 +1,10 @@
{stdenv, fetchurl, m4, perl}:
stdenv.mkDerivation {
name = "libtool-1.5.14";
name = "libtool-1.5.20";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/libtool-1.5.14.tar.gz;
md5 = "049bf67de9b0eb75cd943dafe3d749ec";
url = http://ftp.gnu.org/gnu/libtool/libtool-1.5.20.tar.gz;
md5 = "fc3b564700aebcb19de841c1c2d66e99";
};
buildInputs = [m4 perl];
}