3
0
Fork 0
forked from mirrors/nixpkgs

GNU Coreutils 8.5.

svn path=/nixpkgs/branches/stdenv-updates/; revision=23279
This commit is contained in:
Ludovic Courtès 2010-08-20 15:26:31 +00:00
parent e0fa7776d3
commit 96da0397a9

View file

@ -3,11 +3,11 @@
assert aclSupport -> acl != null;
stdenv.mkDerivation rec {
name = "coreutils-8.4";
name = "coreutils-8.5";
src = fetchurl {
url = "mirror://gnu/coreutils/${name}.tar.gz";
sha256 = "0zq11lykc7hfs9nsdnb8gqk354l82hswqj38607mvwj3b0zqvc4b";
sha256 = "184cz98a9a6fw5db9hpy05srwxs3jqlvikqf2wxj1vfhqwm3w96x";
};
buildNativeInputs = [ perl ];