summary refs log tree commit diff
path: root/pkgs/tools/misc/coreutils
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-12-12 23:35:22 +0000
committerLudovic Courtès <ludo@gnu.org>2010-12-12 23:35:22 +0000
commite7739d9407565365ca7ebaafc75a6b875c68c83f (patch)
tree9d2ef82eb9cb1bb21a77d6d33334ddc56889d174 /pkgs/tools/misc/coreutils
parentac9fac1ba1f68f848073032a021190c1cb92f95b (diff)
downloadnixpkgs-e7739d9407565365ca7ebaafc75a6b875c68c83f.tar
nixpkgs-e7739d9407565365ca7ebaafc75a6b875c68c83f.tar.gz
nixpkgs-e7739d9407565365ca7ebaafc75a6b875c68c83f.tar.bz2
nixpkgs-e7739d9407565365ca7ebaafc75a6b875c68c83f.tar.lz
nixpkgs-e7739d9407565365ca7ebaafc75a6b875c68c83f.tar.xz
nixpkgs-e7739d9407565365ca7ebaafc75a6b875c68c83f.tar.zst
nixpkgs-e7739d9407565365ca7ebaafc75a6b875c68c83f.zip
GNU Coreutils 8.7.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25092
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 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 ];