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

androidStudioPackages: update stable and canary
This commit is contained in:
Nick Cao 2024-03-20 14:40:02 -04:00 committed by GitHub
commit 0ddeec730f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,16 +10,16 @@ let
inherit tiling_wm; inherit tiling_wm;
}; };
stableVersion = { stableVersion = {
version = "2023.2.1.23"; # "Android Studio Iguana | 2023.2.1" version = "2023.2.1.24"; # "Android Studio Iguana | 2023.2.1 Patch 1"
sha256Hash = "sha256-G2aPgMqBHNw1DetlaBQ9o3/VfX6QEh9VQqMZ5S/VoHM="; sha256Hash = "sha256-ACZCdXKEnJy7DJTW+XGOoIvDRdzP47NytUEAqV//mbU=";
}; };
betaVersion = { betaVersion = {
version = "2023.2.1.23"; # "Android Studio Iguana | 2023.2.1" version = "2023.2.1.23"; # "Android Studio Iguana | 2023.2.1"
sha256Hash = "sha256-G2aPgMqBHNw1DetlaBQ9o3/VfX6QEh9VQqMZ5S/VoHM="; sha256Hash = "sha256-G2aPgMqBHNw1DetlaBQ9o3/VfX6QEh9VQqMZ5S/VoHM=";
}; };
latestVersion = { latestVersion = {
version = "2023.3.1.12"; # "Android Studio Jellyfish | 2023.3.1 Canary 12" version = "2023.3.2.1"; # "Android Studio Jellyfish | 2023.3.2 Canary 1"
sha256Hash = "sha256-yg84WBLHfb6q+OlHuh5SJ5P4Fuc8yqO9eZ8iecOhZj4="; sha256Hash = "sha256-99EWGh3+3HV8yO29ANg1pwoo/1ktI2aCwKrdIqlcgVs=";
}; };
in { in {
# Attributes are named by their corresponding release channels # Attributes are named by their corresponding release channels