* Coreutils updated to 5.2.1.

svn path=/nixpkgs/trunk/; revision=1438
This commit is contained in:
Eelco Dolstra 2004-09-18 17:07:42 +00:00
parent 1ff00e5516
commit 1e323657e5

View file

@ -1,9 +1,9 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "coreutils-5.0";
name = "coreutils-5.2.1";
src = fetchurl {
url = ftp://ftp.nluug.nl/pub/gnu/coreutils/coreutils-5.0.tar.bz2;
md5 = "94e5558ee2a65723d4840bfde2d323f0";
url = ftp://ftp.nluug.nl/pub/gnu/coreutils/coreutils-5.2.1.tar.bz2;
md5 = "172ee3c315af93d3385ddfbeb843c53f";
};
}