coreutils-prefixed 9.4 -> 9.5 https://repology.org/project/coreutils/versions attrpath: coreutils-prefixed Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/misc/coreutils/default.nix b/pkgs/tools/misc/coreutils/default.nix index 388dcd428c71..05895820e5ab 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.4"; + version = "9.5"; src = fetchurl { url = "mirror://gnu/coreutils/coreutils-${version}.tar.xz"; - hash = "sha256-6mE6TPRGEjJukXIBu7zfvTAd4h/8O1m25cB+BAsnXlI="; + hash = "sha256-zTKO3qyS9qZl3p8yPJO3Eq8YWLwuDYjz9xAEaUcKG4o="; }; postPatch = '' Received ExitFailure 1 when running Raw command: /nix/store/cydbsmqkxk30didm1rlz8ffk5wfa9gva-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A coreutils-prefixed nix build failed. Skipping test: not a native Windows system SKIP test-wcrtomb-w32-8.sh (exit status: 77) ============================================================================ Testsuite summary for GNU coreutils 9.5 ============================================================================ # TOTAL: 494 # PASS: 399 # SKIP: 93 # XFAIL: 0 # FAIL: 2 # XPASS: 0 # ERROR: 0 ============================================================================ See gnulib-tests/test-suite.log Please report to bug-coreutils@gnu.org ============================================================================ make[6]: *** [Makefile:9038: test-suite.log] Error 1 make[6]: Leaving directory '/build/coreutils-9.5/gnulib-tests' make[5]: *** [Makefile:9146: check-TESTS] Error 2 make[5]: Leaving directory '/build/coreutils-9.5/gnulib-tests' make[4]: *** [Makefile:12695: check-am] Error 2 make[4]: Leaving directory '/build/coreutils-9.5/gnulib-tests' make[3]: *** [Makefile:8930: check-recursive] Error 1 make[3]: Leaving directory '/build/coreutils-9.5/gnulib-tests' make[2]: *** [Makefile:12697: check] Error 2 make[2]: Leaving directory '/build/coreutils-9.5/gnulib-tests' make[1]: *** [Makefile:22447: check-recursive] Error 1 make[1]: Leaving directory '/build/coreutils-9.5' make: *** [Makefile:22932: check] Error 2