coreutils: 8.28 -> 8.29

See http://lists.gnu.org/archive/html/info-gnu/2017-12/msg00016.html
for release announcement

authored by Lancelot SIX and committed by Robin Gloster 8cd2ee91 b3df1562

+2 -2
+2 -2
pkgs/tools/misc/coreutils/default.nix
··· 14 14 with lib; 15 15 16 16 stdenv.mkDerivation rec { 17 - name = "coreutils-8.28"; 17 + name = "coreutils-8.29"; 18 18 19 19 src = fetchurl { 20 20 url = "mirror://gnu/coreutils/${name}.tar.xz"; 21 - sha256 = "0r8c1bgm68kl70j1lgd0rv12iykw6143k4m9a56xip9rc2hv25qi"; 21 + sha256 = "0plm1zs9il6bb5mk881qvbghq4glc8ybbgakk2lfzb0w64fgml4j"; 22 22 }; 23 23 24 24 patches = optional hostPlatform.isCygwin ./coreutils-8.23-4.cygwin.patch;