Merge pull request #313331 from Yash-Garg/yg/studio-stable

androidStudioPackages.stable: 2023.2.1.25 -> 2023.3.1.19

authored by Nick Cao and committed by GitHub 67ce64ab 34a65f45

+2 -2
+2 -2
pkgs/applications/editors/android-studio/default.nix
··· 10 inherit tiling_wm; 11 }; 12 stableVersion = { 13 - version = "2023.2.1.25"; # "Android Studio Iguana | 2023.2.1 Patch 2" 14 - sha256Hash = "sha256-zWPq1GfckqCP9rNpXAHVfoApdvxkrN3NMc1qJCf/obw="; 15 }; 16 betaVersion = { 17 version = "2023.3.1.17"; # "Android Studio Jellyfish | 2023.3.1.1 RC 2"
··· 10 inherit tiling_wm; 11 }; 12 stableVersion = { 13 + version = "2023.3.1.19"; # "Android Studio Jellyfish | 2023.3.1 Patch 1" 14 + sha256Hash = "sha256-FyscJPusmK33UPIexV20GXQ4Z5X8mfNRFPu/2Xeg5ts="; 15 }; 16 betaVersion = { 17 version = "2023.3.1.17"; # "Android Studio Jellyfish | 2023.3.1.1 RC 2"