Unverified Commit d1df757e authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

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



Co-authored-by: default avatarPandapip1 <gavinnjohn@gmail.com>
parents e6c6b4f3 5030f160
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 =