Loading pkgs/by-name/an/android-studio-tools/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 = Loading Loading
pkgs/by-name/an/android-studio-tools/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 = Loading