about summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorTim Steinbach <NeQuissimus@users.noreply.github.com>2016-12-17 10:22:54 -0500
committerGitHub <noreply@github.com>2016-12-17 10:22:54 -0500
commitee28ea0e919088f953a2202a1e756146d3ab508c (patch)
tree8a3ca7087cb601e89ac2efcf3b82596eb7b1707d /pkgs/tools/misc
parentf281ce8c2905c16ed34d31073024f14c109e9b1d (diff)
parent1141aa1faab51c010f22f4cce68a2bf6faed508d (diff)
downloadnixlib-ee28ea0e919088f953a2202a1e756146d3ab508c.tar
nixlib-ee28ea0e919088f953a2202a1e756146d3ab508c.tar.gz
nixlib-ee28ea0e919088f953a2202a1e756146d3ab508c.tar.bz2
nixlib-ee28ea0e919088f953a2202a1e756146d3ab508c.tar.lz
nixlib-ee28ea0e919088f953a2202a1e756146d3ab508c.tar.xz
nixlib-ee28ea0e919088f953a2202a1e756146d3ab508c.tar.zst
nixlib-ee28ea0e919088f953a2202a1e756146d3ab508c.zip
Merge pull request #21234 from l2dy/coreutils-up
coreutils: 8.25 -> 8.26
Diffstat (limited to 'pkgs/tools/misc')
-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 8f09a677b8e9..ec6be06ede37 100644
--- a/pkgs/tools/misc/coreutils/default.nix
+++ b/pkgs/tools/misc/coreutils/default.nix
@@ -13,11 +13,11 @@ with lib;
 
 let
   self = stdenv.mkDerivation rec {
-    name = "coreutils-8.25";
+    name = "coreutils-8.26";
 
     src = fetchurl {
       url = "mirror://gnu/coreutils/${name}.tar.xz";
-      sha256 = "11yfrnb94xzmvi4lhclkcmkqsbhww64wf234ya1aacjvg82prrii";
+      sha256 = "13lspazc7xkviy93qz7ks9jv4sldvgmwpq36ghrbrqpq93br8phm";
     };
 
     # FIXME needs gcc 4.9 in bootstrap tools