From d7e6609505d1b533133414d0df77413a8257209c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janne=20He=C3=9F?= Date: Tue, 21 Mar 2023 09:06:04 +0100 Subject: [PATCH] coreutils: 9.1 -> 9.3 The changes are mostly minor; numerous bugs have been fixed and a few new command-line options have been added. Changelog: https://lists.gnu.org/archive/html/coreutils-announce/2023-03/msg00000.html --- pkgs/tools/misc/coreutils/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/coreutils/default.nix b/pkgs/tools/misc/coreutils/default.nix index 8ecbe342034a..bef2f422130d 100644 --- a/pkgs/tools/misc/coreutils/default.nix +++ b/pkgs/tools/misc/coreutils/default.nix @@ -32,11 +32,11 @@ let in stdenv.mkDerivation rec { pname = "coreutils" + (optionalString (!minimal) "-full"); - version = "9.1"; + version = "9.3"; src = fetchurl { url = "mirror://gnu/coreutils/coreutils-${version}.tar.xz"; - sha256 = "sha256-YaH0ENeLp+fzelpPUObRMgrKMzdUhKMlXt3xejhYBCM="; + hash = "sha256-rbz8/omSNbceh2jc8HzVMlILf1T5qAZIQ/jRmakEu6o="; }; patches = lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [