android-cli: 1.0.15433482 -> 1.0.15498356

This commit is contained in:
Davido264
2026-06-04 22:35:38 -05:00
parent 4a5c73316a
commit d2c4a7e1a3

View File

@@ -8,18 +8,19 @@
}:
let
version = "1.0.15498356";
platformData = {
x86_64-linux = {
url = "https://dl.google.com/android/cli/latest/linux_x86_64/android-cli";
hash = "sha256-1F9RVDPqiy60zs2CfWytKSPKeRC9KDTogw4Ml59HaeY=";
url = "https://dl.google.com/android/cli/${version}/linux_x86_64/android-cli";
hash = "sha256-TmwLwLKqnMCxWwtX8m50KflmisfeG3PjZsBs7z9vccU=";
};
x86_64-darwin = {
url = "https://dl.google.com/android/cli/latest/darwin_x86_64/android-cli";
hash = "sha256-bXP9rRMSqQa3+kfUJnIeDb1LZXh2P2A6ytwunzjyfGs=";
url = "https://dl.google.com/android/cli/${version}/darwin_x86_64/android-cli";
hash = "sha256-ThBobULyevoKlp/22tdUqnBBccX6FbPDNrSwwuK4wnw=";
};
aarch64-darwin = {
url = "https://dl.google.com/android/cli/latest/darwin_arm64/android-cli";
hash = "sha256-r47LXmilevW0td4N+SRTR7EFnCrPBdG7G/oTUAea90Q=";
url = "https://dl.google.com/android/cli/${version}/darwin_arm64/android-cli";
hash = "sha256-E3PC0Ivf6MoYRQu56dSD/49LI8DJZhXL27/o6daH0Sg=";
};
};
@@ -30,7 +31,7 @@ let
in
stdenv.mkDerivation {
pname = "android-cli";
version = "1.0.15433482";
inherit version;
strictDeps = true;
__structuredAttrs = true;