Skip to content

Commit

Permalink
Merge pull request #307344 from r-ryantm/auto-update/android-tools
Browse files Browse the repository at this point in the history
android-tools: 34.0.5 -> 35.0.1
  • Loading branch information
NickCao committed Apr 28, 2024
2 parents f71ac35 + 8482ead commit 2917aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/android-tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ in

stdenv.mkDerivation rec {
pname = "android-tools";
version = "34.0.5";
version = "35.0.1";

src = fetchurl {
url = "https://github.com/nmeum/android-tools/releases/download/${version}/android-tools-${version}.tar.xz";
hash = "sha256-+wnP8Sz7gqz0Ko6+u8A0JnG/zQIRdxY2i9xz/dpgMEo=";
hash = "sha256-ZUAwx/ltJdciTNaGH6wUoEPPHTmA9AKIzfviGflP+vk=";
};

nativeBuildInputs = [ cmake ninja pkg-config perl go ];
Expand Down

0 comments on commit 2917aad

Please sign in to comment.