about summary refs log tree commit diff
path: root/pkgs/applications/editors/android-studio/default.nix
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2024-01-11 01:05:34 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2024-01-11 01:06:44 +0530
commit90d3e5027d5bb485e9887aadfdca1707f086fc80 (patch)
tree127a35f438c7da1b6974b99d29562fa0a2a7551f /pkgs/applications/editors/android-studio/default.nix
parent1fb337f0bf0fc5a5aa189fdab28a6961347a2507 (diff)
androidStudioPackages.beta: 2023.2.1.19 -> 2023.2.1.20
Diffstat (limited to 'pkgs/applications/editors/android-studio/default.nix')
-rw-r--r--pkgs/applications/editors/android-studio/default.nix4
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 da385d13ce4a6..a0a6d4fcc0d55 100644
--- a/pkgs/applications/editors/android-studio/default.nix
+++ b/pkgs/applications/editors/android-studio/default.nix
@@ -14,8 +14,8 @@ let
     sha256Hash = "sha256-XF+XyHGk7dPTBHKcx929qdFHu6hRJWFO382mh4SuWDs=";
   };
   betaVersion = {
-    version = "2023.2.1.19"; # "Android Studio Iguana | 2023.2.1 Beta 1"
-    sha256Hash = "sha256-lfJBX7RLIziiuv805+gdt8xfJkFjy0bSh77/bjkNFH4=";
+    version = "2023.2.1.20"; # "Android Studio Iguana | 2023.2.1 Beta 2"
+    sha256Hash = "sha256-cFEPgFAKkFx0d7PC4fTElTQVrBZMQs0RL3wR+hqTh2I=";
   };
   latestVersion = {
     version = "2023.3.1.3"; # "Android Studio Jellyfish | 2023.3.1 Canary 3"