summary refs log tree commit diff
path: root/pkgs/tools/misc/coreutils
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-08-20 15:26:31 +0000
committerLudovic Courtès <ludo@gnu.org>2010-08-20 15:26:31 +0000
commit96da0397a9cecb4aa7297a1c5bd79709c75dfc4f (patch)
treec9037cdaf79aa997dc8bca6d8c8c8b6989d2dd7b /pkgs/tools/misc/coreutils
parente0fa7776d3889257b63b57b456d4535799e8fd6c (diff)
downloadnixlib-96da0397a9cecb4aa7297a1c5bd79709c75dfc4f.tar
nixlib-96da0397a9cecb4aa7297a1c5bd79709c75dfc4f.tar.gz
nixlib-96da0397a9cecb4aa7297a1c5bd79709c75dfc4f.tar.bz2
nixlib-96da0397a9cecb4aa7297a1c5bd79709c75dfc4f.tar.lz
nixlib-96da0397a9cecb4aa7297a1c5bd79709c75dfc4f.tar.xz
nixlib-96da0397a9cecb4aa7297a1c5bd79709c75dfc4f.tar.zst
nixlib-96da0397a9cecb4aa7297a1c5bd79709c75dfc4f.zip
GNU Coreutils 8.5.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23279
Diffstat (limited to 'pkgs/tools/misc/coreutils')
-rw-r--r--pkgs/tools/misc/coreutils/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/coreutils/default.nix b/pkgs/tools/misc/coreutils/default.nix
index 2d1052e3a0f9..adf7b955410c 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.4";
+  name = "coreutils-8.5";
 
   src = fetchurl {
     url = "mirror://gnu/coreutils/${name}.tar.gz";
-    sha256 = "0zq11lykc7hfs9nsdnb8gqk354l82hswqj38607mvwj3b0zqvc4b";
+    sha256 = "184cz98a9a6fw5db9hpy05srwxs3jqlvikqf2wxj1vfhqwm3w96x";
   };
 
   buildNativeInputs = [ perl ];