mise 0 -> 1 attrpath: mise Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] skipping because derivation has updateScript [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qrs9v8vc9ngnb8jdz7sk39mygnrx0lhp-packages.json.drv building '/nix/store/qrs9v8vc9ngnb8jdz7sk39mygnrx0lhp-packages.json.drv'... Going to be running update for following packages: - mise-2024.2.5 Press Enter key to continue... Running update for: - mise-2024.2.5: UPDATING ... - mise-2024.2.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/mise/default.nix b/pkgs/tools/misc/mise/default.nix index c26ffdb8b801..eed4dc57d706 100644 --- a/pkgs/tools/misc/mise/default.nix +++ b/pkgs/tools/misc/mise/default.nix @@ -17,16 +17,16 @@ rustPlatform.buildRustPackage rec { pname = "mise"; - version = "2024.2.5"; + version = "2024.2.11"; src = fetchFromGitHub { owner = "jdx"; repo = "mise"; rev = "v${version}"; - hash = "sha256-dShe8h1aRDZPwzCKAhJag5xfylYqWJuCiB9A4afV8g0="; + hash = "sha256-CWCLbIn6u9YFBHu+sqp0a2Ouot9ZGvW1URKK83TlVIM="; }; - cargoHash = "sha256-3yV26WZid5e7H9UsAaKLjSvL1MSQ+M5BjBR5Mt701Io="; + cargoHash = "sha256-gm1AyGRu+cc5GfYm9F9vjj0LJTUJR7bbP9US1PvZDno="; nativeBuildInputs = [ installShellFiles pkg-config ]; buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ]; No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A mise nix build failed. test task::tests::test_name_from_path ... ok test task::tests::test_name_from_path_invalid ... ok test toolset::tool_source::tests::test_tool_source_as_json ... ok test toolset::tool_source::tests::test_tool_source_display ... ok test toolset::tool_version::tests::test_version_sub ... ok test toolset::tool_version_list::tests::test_tool_version_list ... ok test toolset::tool_version_list::tests::test_tool_version_list_failure ... error: MISE_FAILURE set ok test ui::multi_progress_report::tests::test_multi_progress_report ... ok test ui::progress_report::tests::test_progress_report ... mise foo message ⠁ 0s mise foo message ⠁ 0s mise foo ✓ message mise foo ✓ message ok test ui::progress_report::tests::test_progress_report_quiet ... ok test ui::progress_report::tests::test_progress_report_verbose ... ok failures: ---- cli::completion::tests::test_completion stdout ---- thread 'cli::completion::tests::test_completion' panicked at src/cli/completion.rs:109:9: called `Result::unwrap()` on an `Err` value: No such file or directory (os error 2) Location: src/cli/completion.rs:37:13 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace failures: cli::completion::tests::test_completion test result: FAILED. 213 passed; 1 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.72s error: test failed, to rerun pass `--bin mise`