android-tools: 34.0.4 -> 34.0.5

This commit is contained in:
R. Ryantm 2024-03-22 12:37:31 +00:00
parent 0cb727d0b5
commit d8bfc22089

View file

@ -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 ];