File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515
1616rustPlatform . buildRustPackage rec {
1717 pname = "maa-cli" ;
18- version = "0.4.12 " ;
18+ version = "0.5.1 " ;
1919
2020 src = fetchFromGitHub {
2121 owner = "MaaAssistantArknights" ;
2222 repo = "maa-cli" ;
2323 rev = "v${ version } " ;
24- hash = "sha256-cq1FCsBHwcL8a51MswG/5TvyzSbtOvqw06OZfIXDVwg =" ;
24+ hash = "sha256-k2mDqsxM6eveIFfdRu6ZxRsIgkA2qZxLfLNeWAEFCfs =" ;
2525 } ;
2626
2727 nativeBuildInputs = [
@@ -44,7 +44,7 @@ rustPlatform.buildRustPackage rec {
4444 buildNoDefaultFeatures = true ;
4545 buildFeatures = [ "git2" ] ;
4646
47- cargoHash = "sha256-eXgZt8sLbHkVNWqFv8Zdq7xrFBi1YhKI8Js0OT2Npi8 =" ;
47+ cargoHash = "sha256-w34+3zRn4ZGA2aZZ3+lZqo4/QcDSpmt1HNb+gZtAavI =" ;
4848
4949 # maa-cli would only seach libMaaCore.so and resources in itself's path
5050 # https://github.com/MaaAssistantArknights/maa-cli/issues/67
You can’t perform that action at this time.
0 commit comments