mise: 2025.2.0 -> 2025.2.1

This commit is contained in:
R. Ryantm
2025-02-07 19:58:38 +00:00
parent 91f1e05e59
commit fb58323ee3
+3 -3
View File
@@ -23,17 +23,17 @@
rustPlatform.buildRustPackage rec {
pname = "mise";
version = "2025.2.0";
version = "2025.2.1";
src = fetchFromGitHub {
owner = "jdx";
repo = "mise";
rev = "v${version}";
hash = "sha256-mZZBazE8QCaz3osbLoeaIHa7tsGji6B4UkaMlKAvF0M=";
hash = "sha256-SqFug6Z1VAbERwiho73YDSzVPtzl7fBsE8++NfGkeW4=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-ObvBSaBtf9PiC2zjcToNn59ihzR6qIxSRgi0FKNCIpY=";
cargoHash = "sha256-kz6WJyK+eb1I+ZjgL94je0HYNHWfcUvnxD7UThlP7wU=";
nativeBuildInputs = [
installShellFiles