Loading pkgs/by-name/mi/mise/package.nix +5 −5 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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" ]; Loading Loading
pkgs/by-name/mi/mise/package.nix +5 −5 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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" ]; Loading