coreutils 9.4 -> 9.5 https://repology.org/project/coreutils/versions attrpath: coreutils 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 nix build failed. or use the shortcut target of the toplevel Makefile, make check-very-expensive SKIP tests/factor/t36.sh (exit status: 77) ============================================================================ Testsuite summary for GNU coreutils 9.5 ============================================================================ # TOTAL: 653 # PASS: 488 # SKIP: 164 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See ./tests/test-suite.log Please report to bug-coreutils@gnu.org ============================================================================ make[4]: *** [Makefile:22562: tests/test-suite.log] Error 1 make[4]: Leaving directory '/build/coreutils-9.5' make[3]: *** [Makefile:22670: check-TESTS] Error 2 make[3]: Leaving directory '/build/coreutils-9.5' make[2]: *** [Makefile:22930: check-am] Error 2 make[2]: Leaving directory '/build/coreutils-9.5' make[1]: *** [Makefile:22447: check-recursive] Error 1 make[1]: Leaving directory '/build/coreutils-9.5' make: *** [Makefile:22932: check] Error 2