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-17 11:28:41 +0200
committerPaul Mulders <justinkb@gmail.com>2023-04-17 13:27:52 +0200
commit9c99a7dadc94f41f63c50e41c95319c0b8f4eeaa (patch)
tree194afcfc654410312c008018e43070e1d1bcb069 /pkgs/applications/editors/android-studio/default.nix
parent376fc84bbc14306712b4fa0ded62ab5ec56dd43c (diff)
androidStudioPackages.stable: 2022.1.1.20 -> 2022.2.1.18
Diffstat (limited to 'pkgs/applications/editors/android-studio/default.nix')
-rw-r--r--pkgs/applications/editors/android-studio/default.nix13
1 files changed, 5 insertions, 8 deletions
diff --git a/pkgs/applications/editors/android-studio/default.nix b/pkgs/applications/editors/android-studio/default.nix
index abadb183b91f1..5a3a0f300ae9f 100644
--- a/pkgs/applications/editors/android-studio/default.nix
+++ b/pkgs/applications/editors/android-studio/default.nix
@@ -10,17 +10,14 @@ let
     inherit tiling_wm;
   };
   stableVersion = {
-    version = "2022.1.1.20"; # "Android Studio Electric Eel (2022.1.1) Patch 1"
-    sha256Hash = "sha256-UX7aOpTM23S7NBPNAz/fKEyK/dqWpok0NnpX9wck6p4=";
+    version = "2022.2.1.18"; # "Android Studio Flamingo (2022.2.1)"
+    sha256Hash = "sha256-zdhSxEmbX3QC30Tfxp6MpBj/yaaEyqs0BHR2/SyyTvw=";
   };
   betaVersion = {
-    version = "2022.2.1.12"; # "Android Studio Flamingo (2022.2.1) Beta 1"
-    sha256Hash = "tIgmX9KiRInIupgIXWgg4dMf8bTwkVopOxAO5O1PUAc=";
-  };
-  latestVersion = { # canary & dev
-    version = "2022.3.1.1"; # "Android Studio Girrafe (2022.3.1) Canary 1"
-    sha256Hash = "I7Zc4DDByUB6XOnk7v+91ccpNI7eX/T4d3vH60ih8ec=";
+    version = "2022.3.1.11"; # "Android Studio Giraffe (2022.3.1) Canary 11"
+    sha256Hash = "sha256-hQ0t7EbM22Ah8zL6jllzj1HY/9nktk4xliTyGOqqgS4=";
   };
+  latestVersion = betaVersion;
 in {
   # Attributes are named by their corresponding release channels