From 802a60a8b8baf772a64c9ccf0c76665a11d03193 Mon Sep 17 00:00:00 2001 From: Yash Garg Date: Tue, 21 May 2024 12:58:15 +0530 Subject: [PATCH] androidStudioPackages.stable: 2023.2.1.25 -> 2023.3.1.19 --- 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 d3940efaccc1..639af3821289 100644 --- a/pkgs/applications/editors/android-studio/default.nix +++ b/pkgs/applications/editors/android-studio/default.nix @@ -10,8 +10,8 @@ let inherit tiling_wm; }; stableVersion = { - version = "2023.2.1.25"; # "Android Studio Iguana | 2023.2.1 Patch 2" - sha256Hash = "sha256-zWPq1GfckqCP9rNpXAHVfoApdvxkrN3NMc1qJCf/obw="; + version = "2023.3.1.19"; # "Android Studio Jellyfish | 2023.3.1 Patch 1" + sha256Hash = "sha256-FyscJPusmK33UPIexV20GXQ4Z5X8mfNRFPu/2Xeg5ts="; }; betaVersion = { version = "2023.3.1.17"; # "Android Studio Jellyfish | 2023.3.1.1 RC 2"