Skip to content

Commit 87f4ac2

Browse files
mise: 2025.6.0 -> 2025.6.2 (#416290)
Co-authored-by: konradmalik <konradmalik@users.noreply.github.com>
2 parents 8007935 + 07ffa4a commit 87f4ac2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/mi/mise/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@
2121

2222
rustPlatform.buildRustPackage rec {
2323
pname = "mise";
24-
version = "2025.6.0";
24+
version = "2025.6.2";
2525

2626
src = fetchFromGitHub {
2727
owner = "jdx";
2828
repo = "mise";
2929
rev = "v${version}";
30-
hash = "sha256-vlzId9SjxcSQ6DDw0H68zi7xHd2Nn3bPSG+rsR7UEBs=";
30+
hash = "sha256-vptTQdP7r9m328DK7USB6bV7muLVPIkZG8596nfdNQ8=";
3131
};
3232

3333
useFetchCargoVendor = true;
34-
cargoHash = "sha256-YVeF+2qJuOMhNQLEpH3P0ufqHU0sBFRHN5yXZGTJEQA=";
34+
cargoHash = "sha256-0PS3WWQo3+fJ2TivvRalYCzDFmNxPRZStJj13kAP9bg=";
3535

3636
nativeBuildInputs = [
3737
installShellFiles

0 commit comments

Comments
 (0)