From e28d59556647b2f05c2ac06f9bd643f986206c57 Mon Sep 17 00:00:00 2001 From: toasterofbread Date: Sat, 16 Nov 2024 10:26:01 +0000 Subject: [PATCH] Update Android Studio to 2024.2.2.5 --- .../applications/editors/android-studio/default.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pkgs/applications/editors/android-studio/default.nix b/pkgs/applications/editors/android-studio/default.nix index a90d0c1706251..9652fc5782413 100644 --- a/pkgs/applications/editors/android-studio/default.nix +++ b/pkgs/applications/editors/android-studio/default.nix @@ -9,16 +9,16 @@ let inherit tiling_wm; }; stableVersion = { - version = "2024.1.1.12"; # "Android Studio Koala | 2024.1.1 Patch 1" - sha256Hash = "sha256-Qvi/Mc4NEk3dERlfZiowBk2Pmqsgbl5mg56HamvG7aI="; + version = "2024.2.1.9"; # "Android Studio Ladybug | 2024.2.1" + sha256Hash = "sha256-18ppVeAvxx6kNBOjSKcZjbEMNt8khKmohMq3JErX7pY="; }; betaVersion = { - version = "2024.1.2.10"; # "Android Studio Koala Feature Drop | 2024.1.2 Beta 2" - sha256Hash = "sha256-/LrHYyrOPfnSliM5XUOzENjJ+G+M1Ajw31tFAOsbfnQ="; + version = "2024.2.1.8"; # "Android Studio Ladybug | 2024.2.1 RC 1" + sha256Hash = "sha256-Kb/1+g9rIuU/pAO1ue5h0+BU7OCE09QqV9XFoiJxBL4="; }; latestVersion = { - version = "2024.1.3.3"; # "Android Studio Ladybug | 2024.1.3 Canary 3" - sha256Hash = "sha256-Ps3jMtNAdfPitFeXIFKpjSyM4si4tp4MrS3r5VURFh4="; + version = "2024.2.2.5"; # "Android Studio Ladybug Feature Drop | 2024.2.2 Canary 5" + sha256Hash = "sha256-LlGjk0dSHVI5u/b942S5iu4RHv1D4KWg2Ge1TL47pvg="; }; in { # Attributes are named by their corresponding release channels @@ -43,3 +43,4 @@ in { pname = "android-studio-canary"; }); } +