From ffc7c4d4ede07a471c3c4fdcc0430fc179fbc5ab Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 10 Apr 2024 11:58:50 +0530 Subject: [PATCH] androidStudioPackages.stable: 2023.2.1.24 -> 2023.2.1.25 --- 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 209ed4003fc8..8e576db50db2 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.24"; # "Android Studio Iguana | 2023.2.1 Patch 1" - sha256Hash = "sha256-ACZCdXKEnJy7DJTW+XGOoIvDRdzP47NytUEAqV//mbU="; + version = "2023.2.1.25"; # "Android Studio Iguana | 2023.2.1 Patch 2" + sha256Hash = "sha256-zWPq1GfckqCP9rNpXAHVfoApdvxkrN3NMc1qJCf/obw="; }; betaVersion = { version = "2023.3.1.15"; # "Android Studio Jellyfish | 2023.3.1.1 Beta 2"