mise: 2026.6.11 -> 2026.6.13

https://github.com/jdx/mise/blob/v2026.6.13/CHANGELOG.md

Also fix the aarch64-darwin build, broken by #533304. The test
oci::layer::tests::preserve_metadata_dir_layer_keeps_special_permission_bits
asserts that a setuid bit (0o4755) is preserved, but Nix's build sandbox strips
setuid bits on Darwin just as on Linux, so the assertion can never hold. Skip
the test on all platforms instead of only on Linux.

Assisted-by: Claude Opus 4.8
This commit is contained in:
Michael Glass
2026-06-29 17:14:59 +02:00
parent 25967d9232
commit 4de6fbf543
+3 -3
View File
@@ -22,16 +22,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "mise";
version = "2026.6.11";
version = "2026.6.13";
src = fetchFromGitHub {
owner = "jdx";
repo = "mise";
tag = "v${finalAttrs.version}";
hash = "sha256-8sC/gSgpP2A6rh8j0aZeMq8pLwbBvcSUAxhehQlTLJg=";
hash = "sha256-/HE/2bHUz1gPpyLZnKZO5ZqT5oxOn+SZ0J4vyj67Ohs=";
};
cargoHash = "sha256-yya9rtEki0o0MfBeWK2/Mo16/I1Mg6aCZOQOP8aWJi0=";
cargoHash = "sha256-p7PCqwS0bI7kXvGYZm4bWpYhz1kkqILDCPGlEq32Cqo=";
nativeBuildInputs = [
installShellFiles