mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
android-cli: 1.0.15433482 -> 1.0.15498356
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user