mise: 2025.6.5 -> 2025.7.0 (#421688)

Co-authored-by: konradmalik <konradmalik@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-04 10:06:53 +00:00
committed by GitHub
co-authored by konradmalik
+3 -3
View File
@@ -21,17 +21,17 @@
rustPlatform.buildRustPackage rec {
pname = "mise";
version = "2025.6.5";
version = "2025.7.0";
src = fetchFromGitHub {
owner = "jdx";
repo = "mise";
rev = "v${version}";
hash = "sha256-aSiIhR7Lg5bBt/0YmuqcSbl4PiNXMrt6ok+e/IAt19s=";
hash = "sha256-PIUw84xwR9m06fPkO7MYf95Q21YvYnBMi+MY+OOz+2k=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-+4y3/EZVIcfnkqU4krXovnfZNZw1luHH4VxgAERry8U=";
cargoHash = "sha256-5876Lc4rRNwTH8u5bMyV52Eps9QOcBHhE3v+33hzeBA=";
nativeBuildInputs = [
installShellFiles