Skip to content

Commit 05f4afd

Browse files
mise: 2025.2.1 -> 2025.2.7 (#384154)
Co-authored-by: konradmalik <[email protected]>
2 parents b7fe815 + b858d5c commit 05f4afd

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
@@ -23,17 +23,17 @@
2323

2424
rustPlatform.buildRustPackage rec {
2525
pname = "mise";
26-
version = "2025.2.1";
26+
version = "2025.2.7";
2727

2828
src = fetchFromGitHub {
2929
owner = "jdx";
3030
repo = "mise";
3131
rev = "v${version}";
32-
hash = "sha256-SqFug6Z1VAbERwiho73YDSzVPtzl7fBsE8++NfGkeW4=";
32+
hash = "sha256-PvZCKi6fvEc0J5SzDazMkf2SS3+r0DTXM6NWCPi95J0=";
3333
};
3434

3535
useFetchCargoVendor = true;
36-
cargoHash = "sha256-kz6WJyK+eb1I+ZjgL94je0HYNHWfcUvnxD7UThlP7wU=";
36+
cargoHash = "sha256-qVs1PogSDfMCVgfvgqLltqiGl7yvO+d4Ly0oeQpSftw=";
3737

3838
nativeBuildInputs = [
3939
installShellFiles

0 commit comments

Comments
 (0)