From e7739d9407565365ca7ebaafc75a6b875c68c83f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 12 Dec 2010 23:35:22 +0000 Subject: [PATCH] GNU Coreutils 8.7. svn path=/nixpkgs/branches/stdenv-updates/; revision=25092 --- pkgs/tools/misc/coreutils/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/coreutils/default.nix b/pkgs/tools/misc/coreutils/default.nix index adf7b955410..21ce9215017 100644 --- a/pkgs/tools/misc/coreutils/default.nix +++ b/pkgs/tools/misc/coreutils/default.nix @@ -3,11 +3,11 @@ assert aclSupport -> acl != null; stdenv.mkDerivation rec { - name = "coreutils-8.5"; + name = "coreutils-8.7"; src = fetchurl { url = "mirror://gnu/coreutils/${name}.tar.gz"; - sha256 = "184cz98a9a6fw5db9hpy05srwxs3jqlvikqf2wxj1vfhqwm3w96x"; + sha256 = "11ykd7glys6lcfb2mwgmkqmmffv1pan70j6sl9vcjpnlf9dvk7bw"; }; buildNativeInputs = [ perl ];