maa-cli: 0.5.4 -> 0.5.5

This commit is contained in:
R. Ryantm 2025-05-12 01:17:59 +00:00
parent b26b153a7c
commit 1750d731ad

View file

@ -14,13 +14,13 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "maa-cli"; pname = "maa-cli";
version = "0.5.4"; version = "0.5.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "MaaAssistantArknights"; owner = "MaaAssistantArknights";
repo = "maa-cli"; repo = "maa-cli";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-KoKMfZrI3V73hbZGm0Xx8VxL7ENicSApropLm02B098="; hash = "sha256-WOl/d4q7l6t5BZYOf2lih/eIBTiswRBYWALmXx5ffio=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -36,7 +36,7 @@ rustPlatform.buildRustPackage rec {
buildFeatures = [ "git2" ]; buildFeatures = [ "git2" ];
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-EIN624QnrPvta8ZNb27vT6ZDO2YY0CKSrSIZqelSlJU="; cargoHash = "sha256-1KTPvL5JdxN1TPfS0H6Rxi4o8dzMAolHSti9xUKChL8=";
# maa-cli would only search libMaaCore.so and resources in itself's path # maa-cli would only search libMaaCore.so and resources in itself's path
# https://github.com/MaaAssistantArknights/maa-cli/issues/67 # https://github.com/MaaAssistantArknights/maa-cli/issues/67