mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
* coreutils updated to 6.9 (NIXPKGS-50).
svn path=/nixpkgs/trunk/; revision=8749
This commit is contained in:
parent
056209410d
commit
1e371a927e
@ -1,9 +1,9 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "coreutils-6.7";
|
||||
name = "coreutils-6.9";
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.nluug.nl/pub/gnu/coreutils/coreutils-6.7.tar.bz2;
|
||||
md5 = "a16465d0856cd011a1acc1c21040b7f4";
|
||||
url = ftp://ftp.nluug.nl/pub/gnu/coreutils/coreutils-6.9.tar.bz2;
|
||||
sha256 = "1c4p2kiy4m024qcl1przvphy8vhivf8jvclq6bjm1pjps5d8khl9";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user