From d9bf77a15ad94fe531d25bfab7106fb2f205200d Mon Sep 17 00:00:00 2001 From: Justin Bassett Date: Sun, 12 Jan 2025 16:03:08 -0500 Subject: [PATCH] android-studio: 2024.2.1.12 -> 2024.2.2.13 --- pkgs/applications/editors/android-studio/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/android-studio/default.nix b/pkgs/applications/editors/android-studio/default.nix index ded9cbf4699e..41e0b78d6088 100644 --- a/pkgs/applications/editors/android-studio/default.nix +++ b/pkgs/applications/editors/android-studio/default.nix @@ -9,8 +9,8 @@ let inherit tiling_wm; }; stableVersion = { - version = "2024.2.1.12"; # "Android Studio Ladybug | 2024.2.1 Patch 3" - sha256Hash = "sha256-TfUax9c+RSAzg0GKU3yVYsWL72q4DUB0zZiss4flyqY="; + version = "2024.2.2.13"; # "Android Studio Ladybug Feature Drop | 2024.2.2" + sha256Hash = "sha256-t/4e1KeVm9rKeo/VdGHbv5ogXrI8whjtgo7YjouZjLU="; }; betaVersion = { version = "2024.2.2.12"; # "Android Studio Ladybug Feature Drop | 2024.2.2 RC 2"