mise: 2025.8.6 -> 2025.8.10 (#433923)

Co-authored-by: konradmalik <konradmalik@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-08-17 21:12:51 +00:00 committed by GitHub
commit e4f2852965
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,16 +21,16 @@
rustPlatform.buildRustPackage rec {
pname = "mise";
version = "2025.8.6";
version = "2025.8.10";
src = fetchFromGitHub {
owner = "jdx";
repo = "mise";
rev = "v${version}";
hash = "sha256-MxWWq292tXGqKbBYq4vALc/2HLdY9ERO/RWc8WC4Enk=";
hash = "sha256-ycYB/XuaTwGmXzh59cxt5KC1v0gqoTB67MMmpCsR6o8=";
};
cargoHash = "sha256-/UODmKVRiRg03kQ7VD8BaXGtWRf44s6AoKUm+vmC6b4=";
cargoHash = "sha256-9YHW8jO+K1YZjmfN+KxctConrvp6yYODnRoSwIFxryU=";
nativeBuildInputs = [
installShellFiles