about summary refs log tree commit diff
path: root/pkgs/applications/editors/android-studio/default.nix
diff options
context:
space:
mode:
authorPaul Mulders <justinkb@gmail.com>2023-04-22 10:18:46 +0200
committerPaul Mulders <justinkb@gmail.com>2023-04-22 10:21:22 +0200
commitf1694fdedce60560c0fda44e3fad8518942312f9 (patch)
treeb8d22a4eed635bd9710fb9898e70a4575ee645b0 /pkgs/applications/editors/android-studio/default.nix
parent9c99a7dadc94f41f63c50e41c95319c0b8f4eeaa (diff)
androidStudioPackages.beta: 2022.3.1.11 -> 2022.3.1.12
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 5a3a0f300ae9f..260f71ea64744 100644
--- a/pkgs/applications/editors/android-studio/default.nix
+++ b/pkgs/applications/editors/android-studio/default.nix
@@ -14,8 +14,8 @@ let
     sha256Hash = "sha256-zdhSxEmbX3QC30Tfxp6MpBj/yaaEyqs0BHR2/SyyTvw=";
   };
   betaVersion = {
-    version = "2022.3.1.11"; # "Android Studio Giraffe (2022.3.1) Canary 11"
-    sha256Hash = "sha256-hQ0t7EbM22Ah8zL6jllzj1HY/9nktk4xliTyGOqqgS4=";
+    version = "2022.3.1.12"; # "Android Studio Giraffe (2022.3.1) Beta 1"
+    sha256Hash = "sha256-Wy5iifscL1Ko7ZInx/uAvyJyM4cS6LfTYWxdJbZk6po=";
   };
   latestVersion = betaVersion;
 in {