coreutils: 9.6 -> 9.7 (#397375)

authored by 0x4A6F and committed by GitHub d6d61ae8 afb0a60d

+2 -2
+2 -2
pkgs/tools/misc/coreutils/default.nix
··· 48 48 in 49 49 stdenv.mkDerivation rec { 50 50 pname = "coreutils" + (optionalString (!minimal) "-full"); 51 - version = "9.6"; 51 + version = "9.7"; 52 52 53 53 src = fetchurl { 54 54 url = "mirror://gnu/coreutils/coreutils-${version}.tar.xz"; 55 - hash = "sha256-egEkMns5j9nrGmq95YM4mCFCLHRP+hBzSyT1V2ENMoM="; 55 + hash = "sha256-6LsmrQKT+bWh/EP7QrqXDjEsZs6SwbCxZxPXUA2yUb8="; 56 56 }; 57 57 58 58 postPatch =