From c1e2375dbbb55ac4d23860530a80a26848f0dbef Mon Sep 17 00:00:00 2001 From: Kirill Radzikhovskyy Date: Wed, 31 May 2023 18:46:30 +1000 Subject: [PATCH] android-studio: 2022.2.1.19 -> 2022.2.1.20 --- 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 c7369d56178d..38f2f63852b9 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 = "2022.2.1.19"; # "Android Studio Flamingo (2022.2.1) Patch 1" - sha256Hash = "sha256-bAtPlJI3RwqQX6xpEi7S8T2IDc/39MONU3iFpfi8v3A="; + version = "2022.2.1.20"; # "Android Studio Flamingo (2022.2.1) Patch 2" + sha256Hash = "sha256-X+ZuH4cHKfQtfvOF0kLk+QjQ5AR3pTEparczHEUk+uY="; }; betaVersion = { version = "2022.3.1.12"; # "Android Studio Giraffe (2022.3.1) Beta 1"