Merge pull request #307160 from r-ryantm/auto-update/maa-cli

maa-cli: 0.4.6 -> 0.4.7

authored by Aleksana and committed by GitHub 51c39ced 68f63cb9

+3 -3
+3 -3
pkgs/by-name/ma/maa-cli/package.nix
··· 13 14 rustPlatform.buildRustPackage rec { 15 pname = "maa-cli"; 16 - version = "0.4.6"; 17 18 src = fetchFromGitHub { 19 owner = "MaaAssistantArknights"; 20 repo = "maa-cli"; 21 rev = "v${version}"; 22 - hash = "sha256-fvMSYcYWYEVvDuAEjSmQJltl90EoLKkjYD2P3OsHS3c="; 23 }; 24 25 nativeBuildInputs = [ ··· 36 buildNoDefaultFeatures = true; 37 buildFeatures = [ "git2" "core_installer" ]; 38 39 - cargoHash = "sha256-LQWjgMRxtSs2MX1R6YsxDAWUvoUJfOWmp/zj/hlTxyw="; 40 41 # maa-cli would only seach libMaaCore.so and resources in itself's path 42 # https://github.com/MaaAssistantArknights/maa-cli/issues/67
··· 13 14 rustPlatform.buildRustPackage rec { 15 pname = "maa-cli"; 16 + version = "0.4.7"; 17 18 src = fetchFromGitHub { 19 owner = "MaaAssistantArknights"; 20 repo = "maa-cli"; 21 rev = "v${version}"; 22 + hash = "sha256-FR0sUHAxxW49c/lnZteJGzgfvTskWNyc8gmQvghtrB8="; 23 }; 24 25 nativeBuildInputs = [ ··· 36 buildNoDefaultFeatures = true; 37 buildFeatures = [ "git2" "core_installer" ]; 38 39 + cargoHash = "sha256-iy9myT3bVW1TXCZx3ddiiDoDXx5BWqeQnSsJ97bc4IA="; 40 41 # maa-cli would only seach libMaaCore.so and resources in itself's path 42 # https://github.com/MaaAssistantArknights/maa-cli/issues/67