Skip to content

Commit 9e7cd01

Browse files
maa-cli: 0.4.12 -> 0.5.1 (#350610)
2 parents 1c968d8 + 1d5add9 commit 9e7cd01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ma/maa-cli/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515

1616
rustPlatform.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

0 commit comments

Comments
 (0)