From cee236c32081eefe5a9bc807a2b380d5b2d67339 Mon Sep 17 00:00:00 2001 From: Aleksi Hannula Date: Wed, 8 Apr 2026 22:25:19 +0300 Subject: [PATCH] minimal-bootstrap.coreutils-musl: 9.9 -> 9.10 --- .../os-specific/linux/minimal-bootstrap/coreutils/musl.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pkgs/os-specific/linux/minimal-bootstrap/coreutils/musl.nix b/pkgs/os-specific/linux/minimal-bootstrap/coreutils/musl.nix index 80418bbb3ce0..67db13d4f823 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/coreutils/musl.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/coreutils/musl.nix @@ -15,11 +15,11 @@ let inherit (import ./common.nix { inherit lib; }) meta; pname = "bootstrap-coreutils-musl"; - version = "9.9"; + version = "9.10"; src = fetchurl { url = "mirror://gnu/coreutils/coreutils-${version}.tar.gz"; - hash = "sha256-kacZ/Pkj3mhgFvLI0ISovh95PzQXOGEnPEZo98Za+Uo="; + hash = "sha256-4L3h+2hQlEf8cjzyUX6KjH+kZ2mRm7dJDtNQoukjhWI="; }; configureFlags = [ @@ -33,9 +33,6 @@ let "gl_cv_func_getcwd_path_max=\"no, but it is partly working\"" "gl_cv_have_unlimited_file_name_length=no" - # test crashes bash-2.05b? - "gl_cv_func_pthread_rwlock_good_waitqueue=no" - # depends on linux/version.h, which is not present at this stage "gl_cv_func_copy_file_range=no" "gl_cv_onwards_func_copy_file_range=no"