lol

maa-cli: 0.4.12 -> 0.5.1 (#350610)

authored by

nixpkgs-merge-bot[bot] and committed by
GitHub
9e7cd01c 1c968d80

+3 -3
+3 -3
pkgs/by-name/ma/maa-cli/package.nix
··· 15 15 16 16 rustPlatform.buildRustPackage rec { 17 17 pname = "maa-cli"; 18 - version = "0.4.12"; 18 + version = "0.5.1"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "MaaAssistantArknights"; 22 22 repo = "maa-cli"; 23 23 rev = "v${version}"; 24 - hash = "sha256-cq1FCsBHwcL8a51MswG/5TvyzSbtOvqw06OZfIXDVwg="; 24 + hash = "sha256-k2mDqsxM6eveIFfdRu6ZxRsIgkA2qZxLfLNeWAEFCfs="; 25 25 }; 26 26 27 27 nativeBuildInputs = [ ··· 44 44 buildNoDefaultFeatures = true; 45 45 buildFeatures = [ "git2" ]; 46 46 47 - cargoHash = "sha256-eXgZt8sLbHkVNWqFv8Zdq7xrFBi1YhKI8Js0OT2Npi8="; 47 + cargoHash = "sha256-w34+3zRn4ZGA2aZZ3+lZqo4/QcDSpmt1HNb+gZtAavI="; 48 48 49 49 # maa-cli would only seach libMaaCore.so and resources in itself's path 50 50 # https://github.com/MaaAssistantArknights/maa-cli/issues/67