Skip to content

Commit

Permalink
Merge pull request #298029 from r-ryantm/auto-update/android-tools
Browse files Browse the repository at this point in the history
android-tools: 34.0.4 -> 34.0.5
  • Loading branch information
wegank committed Mar 30, 2024
2 parents a39860e + d8bfc22 commit c8f981b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/android-tools/default.nix
Expand Up @@ -9,11 +9,11 @@ in

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

src = fetchurl {
url = "https://github.com/nmeum/android-tools/releases/download/${version}/android-tools-${version}.tar.xz";
hash = "sha256-eiL/nOqB/0849WBoeFjo+PtzNiRBJZfjzBqwJi+No6E=";
hash = "sha256-+wnP8Sz7gqz0Ko6+u8A0JnG/zQIRdxY2i9xz/dpgMEo=";
};

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

0 comments on commit c8f981b

Please sign in to comment.