diff options
author | Masum Reza | 2024-08-30 23:58:49 +0530 |
---|---|---|
committer | GitHub | 2024-08-30 23:58:49 +0530 |
commit | fa2da6c52877ad555b171860c6d52029f8ef7f24 (patch) | |
tree | 3183bca29b627f50849f8a95fd6d566019f66e88 /pkgs | |
parent | 1e53ae96afbd29888545713bce0f0eb428966ddd (diff) | |
parent | e8290ddba54612ff9dfc7e0e7128e8d0bbf7cd08 (diff) |
android-studio: 2024.1.1.13 -> 2024.1.2.12 (#338436)
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/applications/editors/android-studio/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/android-studio/default.nix b/pkgs/applications/editors/android-studio/default.nix index 8e06f7a07d1b..c8f877e67b23 100644 --- a/pkgs/applications/editors/android-studio/default.nix +++ b/pkgs/applications/editors/android-studio/default.nix @@ -9,8 +9,8 @@ let inherit tiling_wm; }; stableVersion = { - version = "2024.1.1.13"; # "Android Studio Koala | 2024.1.1 Patch 2" - sha256Hash = "sha256-h8kOL/vULA1eCmVxP62T9I5oATTS40Qs2YAI4riRadY="; + version = "2024.1.2.12"; # "Android Studio Koala Feature Drop | 2024.1.2" + sha256Hash = "sha256-dFFogg6YmpCF/4QtR85UFAfbCd97irIHcPbqieQabpI="; }; betaVersion = { version = "2024.1.2.11"; # "Android Studio Koala Feature Drop | 2024.1.2 RC 1" |