build(nix): update build tools from 33.0.1 to 34.0.0

This commit is contained in:
link2xt 2025-01-25 07:30:16 +00:00 committed by l
parent 6e0759f719
commit 70ef715dc6

View file

@ -15,7 +15,7 @@
pkgs = import nixpkgs { inherit system overlays; }; pkgs = import nixpkgs { inherit system overlays; };
android-sdk = android.sdk.${system} (sdkPkgs: android-sdk = android.sdk.${system} (sdkPkgs:
with sdkPkgs; [ with sdkPkgs; [
build-tools-33-0-1 build-tools-34-0-0
cmdline-tools-latest cmdline-tools-latest
platform-tools platform-tools
platforms-android-34 platforms-android-34