From 80b801880a065e3cdd1fa57ba9333a70fe93e973 Mon Sep 17 00:00:00 2001 From: misilelab Date: Sat, 23 Aug 2025 16:53:21 +0900 Subject: [PATCH] android-studio: 2025.1.2.11 -> 2025.1.2.12 Signed-off-by: misilelab --- 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 b7413bfb101a..d3578652ff79 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.2.11"; # "Android Studio Narwhal Feature Drop | 2025.1.2" - sha256Hash = "sha256-jzh0xrEZU4zdlse8tlVV/uqBEz4lH2k2XSHd13d3vng="; + version = "2025.1.2.12"; # "Android Studio Narwhal Feature Drop | 2025.1.2 Patch 1" + sha256Hash = "sha256-fLjCbB9Wwrx7siYQTmtWvce+8TdYTea+y6HTtSTYWAY="; }; betaVersion = { version = "2025.1.3.5"; # "Android Studio Narwhal 3 Feature Drop | 2025.1.3 RC 1"