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