Merge pull request #321822 from JohnRTitor/android-studio
android-studio: stable 2023.3.1.19 -> 2024.1.1.11, beta: 2023.3.1.17 -> 2024.1.1.10, canary, dev: 2024.1.1.4 -> 2024.1.2.7
This commit is contained in:
commit
b0e65c6f28
@ -262,7 +262,7 @@ let
|
||||
inherit withSdk;
|
||||
sdk = androidSdk;
|
||||
};
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Official IDE for Android (${channel} channel)";
|
||||
longDescription = ''
|
||||
Android Studio is the official IDE for Android app development, based on
|
||||
@ -271,7 +271,7 @@ let
|
||||
homepage = if channel == "stable"
|
||||
then "https://developer.android.com/studio/index.html"
|
||||
else "https://developer.android.com/studio/preview/index.html";
|
||||
license = with licenses; [ asl20 unfree ]; # The code is under Apache-2.0, but:
|
||||
license = with lib.licenses; [ asl20 unfree ]; # The code is under Apache-2.0, but:
|
||||
# If one selects Help -> Licenses in Android Studio, the dialog shows the following:
|
||||
# "Android Studio includes proprietary code subject to separate license,
|
||||
# including JetBrains CLion(R) (www.jetbrains.com/clion) and IntelliJ(R)
|
||||
@ -280,11 +280,11 @@ let
|
||||
# binaries are also distributed as proprietary software (unlike the
|
||||
# source-code itself).
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with maintainers; rec {
|
||||
stable = [ alapshin numinit ];
|
||||
beta = [ alapshin numinit ];
|
||||
canary = [ alapshin numinit ];
|
||||
dev = canary;
|
||||
maintainers = with lib.maintainers; rec {
|
||||
stable = [ alapshin johnrtitor numinit ];
|
||||
beta = stable;
|
||||
canary = stable;
|
||||
dev = stable;
|
||||
}."${channel}";
|
||||
mainProgram = pname;
|
||||
};
|
||||
|
@ -10,16 +10,16 @@ let
|
||||
inherit tiling_wm;
|
||||
};
|
||||
stableVersion = {
|
||||
version = "2023.3.1.19"; # "Android Studio Jellyfish | 2023.3.1 Patch 1"
|
||||
sha256Hash = "sha256-FyscJPusmK33UPIexV20GXQ4Z5X8mfNRFPu/2Xeg5ts=";
|
||||
version = "2024.1.1.11"; # "Android Studio Koala | 2024.1.1"
|
||||
sha256Hash = "sha256-2PqOz+QVtEUTNQkBUB4qD0KcoDPPGAUFSxyBbEpwRWU=";
|
||||
};
|
||||
betaVersion = {
|
||||
version = "2023.3.1.17"; # "Android Studio Jellyfish | 2023.3.1.1 RC 2"
|
||||
sha256Hash = "sha256-zROBKzQiP4V2P67HgOIkHgn8q/M0zy5MkZozVSiQsWU=";
|
||||
version = "2024.1.1.10"; # "Android Studio Koala | 2024.1.1 RC 2"
|
||||
sha256Hash = "sha256-84CpZfoAvJHUCO3ZBJqDbuz9xuGE/5xJfXoetJDXju8=";
|
||||
};
|
||||
latestVersion = {
|
||||
version = "2024.1.1.4"; # "Android Studio Koala | 2024.1.1 Canary 6"
|
||||
sha256Hash = "sha256-lfig7lFyF7XZowTQKpo6zGeR23VHq/f7vvUDWCs7jeo=";
|
||||
version = "2024.1.2.7"; # "Android Studio Koala Feature Drop | 2024.1.2 Canary 7"
|
||||
sha256Hash = "sha256-opoAKslh8DqS/iS5gw8AxX6x89t2BNX7yaU88XNd2kM=";
|
||||
};
|
||||
in {
|
||||
# Attributes are named by their corresponding release channels
|
||||
|
Loading…
Reference in New Issue
Block a user