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