new autoconf, gettext and coreutils. Tested to build in work in NixOS.

svn path=/nixpkgs/trunk/; revision=5532
This commit is contained in:
Armijn Hemel
2006-06-28 21:35:37 +00:00
parent 0176b927c4
commit f590067ee0
3 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "coreutils-5.96";
name = "coreutils-5.97";
src = fetchurl {
url = ftp://ftp.nluug.nl/pub/gnu/coreutils/coreutils-5.96.tar.bz2;
md5 = "bf55d069d82128fd754a090ce8b5acff";
url = ftp://ftp.nluug.nl/pub/gnu/coreutils/coreutils-5.97.tar.gz;
md5 = "bdec4b75c76ac9bf51b6dd1747d3b06e";
};
}