Merge pull request #277132 from msfjarvis/hs/android-studio

androidStudioPackages: update canary and beta
This commit is contained in:
Nick Cao 2023-12-28 14:07:20 -05:00 committed by GitHub
commit 49ea99d32b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -222,9 +222,9 @@ in runCommand
# source-code itself).
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; rec {
stable = [ alapshin ];
beta = [ alapshin ];
canary = [ alapshin ];
stable = [ alapshin msfjarvis ];
beta = [ alapshin msfjarvis ];
canary = [ alapshin msfjarvis ];
dev = canary;
}."${channel}";
mainProgram = pname;

View File

@ -14,12 +14,12 @@ let
sha256Hash = "sha256-l36KmFVBT31BFX8L4OEPt0DEK9M392PV2Ws+BZeAZj0=";
};
betaVersion = {
version = "2023.1.1.25"; # "Android Studio Hedgehog | 2023.1.1 RC 3"
sha256Hash = "sha256-jOqTAHYAk8j9+Ir01TLBsp20u7/iBKV8T/joZLITDs4=";
version = "2023.2.1.19"; # "Android Studio Iguana | 2023.2.1 Beta 1"
sha256Hash = "sha256-lfJBX7RLIziiuv805+gdt8xfJkFjy0bSh77/bjkNFH4=";
};
latestVersion = {
version = "2023.2.1.17"; # "Android Studio Iguana | 2023.2.1 Canary 17"
sha256Hash = "sha256-RG1N06psRaRrC/57Trb23K0Iezp2VBViBRqJRHLssMI=";
version = "2023.2.1.18"; # "Android Studio Iguana | 2023.2.1 Canary 18"
sha256Hash = "sha256-QvyA/1IvqIgGkBWryY0Q7LqGA6I1f9Xn8GA1g19jt+w=";
};
in {
# Attributes are named by their corresponding release channels