diff --git a/pkgs/applications/editors/android-studio/default.nix b/pkgs/applications/editors/android-studio/default.nix index 13f54efdc4c..745e36892fc 100644 --- a/pkgs/applications/editors/android-studio/default.nix +++ b/pkgs/applications/editors/android-studio/default.nix @@ -12,12 +12,16 @@ let build = "182.5199772"; sha256Hash = "0dracganibnkyapn2pk2qqnxpwmii57371ycri4nccaci9v9pcjw"; }; - betaVersion = latestVersion; - latestVersion = { # canary & dev + betaVersion = { version = "3.4.0.10"; # "Android Studio 3.4 Beta 1" build = "183.5217543"; sha256Hash = "0yd9l4py82i3gl1nvfwlhfx12hzf1mih8ylgdl3r85hhlqs7w2dm"; }; + latestVersion = { # canary & dev + version = "3.5.0.0"; # "Android Studio 3.5 Canary 1" + build = "183.5215047"; + sha256Hash = "1f7lllj85fia02hgy4ksbqh80sdcml16fv1g892jc6lwykjrdw5y"; + }; in rec { # Old alias preview = beta;