about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-06-19 20:34:13 -0600
committerGitHub <noreply@github.com>2023-06-19 20:34:13 -0600
commit68560ae245f6e8d42f125ef6adecfa1b72686413 (patch)
tree33cc979437493d8b3a430e3bcd03df422b8627ab /pkgs/applications/editors
parent77f7c89255507fb0f6428bf368464feb09d54922 (diff)
parentceb1f85bc0fe219a21f9d7b2a592ebea6f724490 (diff)
Merge pull request #238365 from SebRut/android-studio-beta
androidStudioPackages.beta: 2022.3.1.12 -> 2022.3.1.16
Diffstat (limited to 'pkgs/applications/editors')
-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 38f2f63852b9a..4f907cf67ccf2 100644
--- a/pkgs/applications/editors/android-studio/default.nix
+++ b/pkgs/applications/editors/android-studio/default.nix
@@ -14,8 +14,8 @@ let
     sha256Hash = "sha256-X+ZuH4cHKfQtfvOF0kLk+QjQ5AR3pTEparczHEUk+uY=";
   };
   betaVersion = {
-    version = "2022.3.1.12"; # "Android Studio Giraffe (2022.3.1) Beta 1"
-    sha256Hash = "sha256-Wy5iifscL1Ko7ZInx/uAvyJyM4cS6LfTYWxdJbZk6po=";
+    version = "2022.3.1.16"; # "Android Studio Giraffe (2022.3.1) Beta 5"
+    sha256Hash = "sha256-D+Hoa50fzvtO0/6DsExmGSDzcgDIT2Bg+HvI6mCle14=";
   };
   latestVersion = betaVersion;
 in {