We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8007935 + 07ffa4a commit 87f4ac2Copy full SHA for 87f4ac2
pkgs/by-name/mi/mise/package.nix
@@ -21,17 +21,17 @@
21
22
rustPlatform.buildRustPackage rec {
23
pname = "mise";
24
- version = "2025.6.0";
+ version = "2025.6.2";
25
26
src = fetchFromGitHub {
27
owner = "jdx";
28
repo = "mise";
29
rev = "v${version}";
30
- hash = "sha256-vlzId9SjxcSQ6DDw0H68zi7xHd2Nn3bPSG+rsR7UEBs=";
+ hash = "sha256-vptTQdP7r9m328DK7USB6bV7muLVPIkZG8596nfdNQ8=";
31
};
32
33
useFetchCargoVendor = true;
34
- cargoHash = "sha256-YVeF+2qJuOMhNQLEpH3P0ufqHU0sBFRHN5yXZGTJEQA=";
+ cargoHash = "sha256-0PS3WWQo3+fJ2TivvRalYCzDFmNxPRZStJj13kAP9bg=";
35
36
nativeBuildInputs = [
37
installShellFiles
0 commit comments