From f2d74dd93b476747b2a0f87ee757c228c052bc8e Mon Sep 17 00:00:00 2001 From: Justin Bassett Date: Fri, 11 Jul 2025 10:14:34 -0400 Subject: [PATCH] android-studio: 2025.1.1.13 -> 2025.1.1.14 --- 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 b6aa92bfa8a8..810f38a6629e 100644 --- a/pkgs/applications/editors/android-studio/default.nix +++ b/pkgs/applications/editors/android-studio/default.nix @@ -16,8 +16,8 @@ let inherit tiling_wm; }; stableVersion = { - version = "2025.1.1.13"; # "Android Studio Narwhal | 2025.1.1" - sha256Hash = "sha256-MEUqYZd/Ny2spzFqbZ40j2H4Tg6pHQGWqkpRrVtbwO8="; + version = "2025.1.1.14"; # "Android Studio Narwhal | 2025.1.1 Patch 1" + sha256Hash = "sha256-rTZOvLl1Lqc0zXNiTmVoMnLEAwWOEDW5MJg8ysiiyBo="; }; betaVersion = { version = "2025.1.1.12"; # "Android Studio Narwhal | 2025.1.1 RC 2"