From 951ec3ce51399f259908370a3704fbf750fede28 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 14 Jan 2010 10:09:39 +0000 Subject: GNU Coreutils 8.4. svn path=/nixpkgs/branches/stdenv-updates/; revision=19429 --- pkgs/tools/misc/coreutils/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/tools/misc/coreutils/default.nix b/pkgs/tools/misc/coreutils/default.nix index 8b2def61e2ede..67dd02ab422e9 100644 --- a/pkgs/tools/misc/coreutils/default.nix +++ b/pkgs/tools/misc/coreutils/default.nix @@ -1,11 +1,11 @@ {stdenv, fetchurl, aclSupport ? false, acl, perl, gmp}: stdenv.mkDerivation rec { - name = "coreutils-8.3"; + name = "coreutils-8.4"; src = fetchurl { url = "mirror://gnu/coreutils/${name}.tar.gz"; - sha256 = "0lghmjm6mmzxha7hdn2zz2dg6gsd4gqydp720p0gagr21q7lz9hh"; + sha256 = "0zq11lykc7hfs9nsdnb8gqk354l82hswqj38607mvwj3b0zqvc4b"; }; buildInputs = [ perl gmp ] ++ stdenv.lib.optional aclSupport acl; -- cgit 1.4.1