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 b7fe815 + b858d5c commit 05f4afdCopy full SHA for 05f4afd
pkgs/by-name/mi/mise/package.nix
@@ -23,17 +23,17 @@
23
24
rustPlatform.buildRustPackage rec {
25
pname = "mise";
26
- version = "2025.2.1";
+ version = "2025.2.7";
27
28
src = fetchFromGitHub {
29
owner = "jdx";
30
repo = "mise";
31
rev = "v${version}";
32
- hash = "sha256-SqFug6Z1VAbERwiho73YDSzVPtzl7fBsE8++NfGkeW4=";
+ hash = "sha256-PvZCKi6fvEc0J5SzDazMkf2SS3+r0DTXM6NWCPi95J0=";
33
};
34
35
useFetchCargoVendor = true;
36
- cargoHash = "sha256-kz6WJyK+eb1I+ZjgL94je0HYNHWfcUvnxD7UThlP7wU=";
+ cargoHash = "sha256-qVs1PogSDfMCVgfvgqLltqiGl7yvO+d4Ly0oeQpSftw=";
37
38
nativeBuildInputs = [
39
installShellFiles
0 commit comments