new coreutils
svn path=/nixpkgs/trunk/; revision=5460
This commit is contained in:
parent
809f592e0a
commit
42c5136265
@ -1,9 +1,9 @@
|
|||||||
{stdenv, fetchurl}:
|
{stdenv, fetchurl}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "coreutils-5.94";
|
name = "coreutils-5.96";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = ftp://ftp.nluug.nl/pub/gnu/coreutils/coreutils-5.94.tar.bz2;
|
url = ftp://ftp.nluug.nl/pub/gnu/coreutils/coreutils-5.96.tar.bz2;
|
||||||
md5 = "11985c8345371546da8ff13f7efae359";
|
md5 = "bf55d069d82128fd754a090ce8b5acff";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user