mise: 2026.2.1 -> 2026.2.7

Changelog: https://github.com/jdx/mise/blob/v2026.2.7/CHANGELOG.md
This commit is contained in:
Michael Daniels
2026-02-08 10:28:31 -05:00
parent 8d3800d827
commit 713e4d0f99
+5 -5
View File
@@ -22,16 +22,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "mise";
version = "2026.2.1";
version = "2026.2.7";
src = fetchFromGitHub {
owner = "jdx";
repo = "mise";
tag = "v${finalAttrs.version}";
hash = "sha256-7TsSK3mk6tSxvWPNYq8Viyc8x4BYmR/QrqRT/sfetz4=";
hash = "sha256-ckxezWHQBLkhWSByXcVDaKtpnmvzoYzCR39jcXQIJXE=";
};
cargoHash = "sha256-/gltCohAPGdCpcCvou7HBG0yioiOaGjnIF60FQzkB+s=";
cargoHash = "sha256-OKm6nBMi/LXNNwS0wq8ChmQVolzuyWLZ7T7k8C8CwNw=";
nativeBuildInputs = [
installShellFiles
@@ -74,8 +74,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
# last_modified will always be different in nix
"--skip=tera::tests::test_last_modified"
]
++ lib.optionals (stdenv.hostPlatform.system == "x86_64-darwin") [
# started failing mid-April 2025
++ lib.optionals (stdenv.hostPlatform.isDarwin) [
# x86_64-darwin started failing mid-April 2025; aarch64 in Feb 2026
"--skip=task::task_file_providers::remote_task_http::tests::test_http_remote_task_get_local_path_with_cache"
"--skip=task::task_file_providers::remote_task_http::tests::test_http_remote_task_get_local_path_without_cache"
];