android-studio-tools: 11076708 -> 13114758 (#393870)

Co-authored-by: Pandapip1 <gavinnjohn@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-02 22:51:11 +00:00
committed by GitHub
co-authored by Pandapip1
@@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation {
pname = "android-studio-tools";
version = "11076708";
version = "13114758";
src = fetchzip {
# The only difference between the Linux and Mac versions is a single comment at the top of all the scripts
# Therefore, we will use the Linux version and just patch the comment
url = "https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip";
hash = "sha256-NjxJzHRT2/zZ9YzzjqaMVxpOELkDneQgc1/y1GUnZow=";
url = "https://dl.google.com/android/repository/commandlinetools-linux-13114758_latest.zip";
hash = "sha256-dt8nwjL8wyRfBZOedCPYXh7zyeMUeH0gOPpTcpxCegU=";
};
postPatch =