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