mise: 2026.2.1 -> 2026.2.7, cleanup (#488179)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-08 17:55:40 +00:00
committed by GitHub
+7 -7
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";
rev = "v${finalAttrs.version}";
hash = "sha256-7TsSK3mk6tSxvWPNYq8Viyc8x4BYmR/QrqRT/sfetz4=";
tag = "v${finalAttrs.version}";
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"
];
@@ -137,7 +137,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
meta = {
homepage = "https://mise.jdx.dev";
description = "Front-end to your dev env";
changelog = "https://github.com/jdx/mise/releases/tag/v${finalAttrs.version}";
changelog = "https://github.com/jdx/mise/blob/${finalAttrs.src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ konradmalik ];
mainProgram = "mise";