new versions of various very important tools to keep the buildfarm busy.

svn path=/nixpkgs/trunk/; revision=7485
This commit is contained in:
Armijn Hemel
2006-12-25 23:28:35 +00:00
parent d2d3dc33dd
commit 7e41b751cb
7 changed files with 19 additions and 19 deletions

View File

@@ -1,9 +1,9 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "coreutils-6.4";
name = "coreutils-6.7";
src = fetchurl {
url = http://ftp.gnu.org/pub/gnu/coreutils/coreutils-6.4.tar.bz2;
md5 = "a3806c709c7f063b80612be846a9d88c";
url = ftp://ftp.nluug.nl/pub/gnu/coreutils/coreutils-6.7.tar.bz2;
md5 = "a16465d0856cd011a1acc1c21040b7f4";
};
}