From a70c4178a8f25aa80f6690145fa5d2a93b417d03 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Wed, 16 Jan 2019 12:59:44 +0100 Subject: [PATCH] androidStudioPackages.{dev,canary}: 3.4.0.10 -> 3.5.0.0 --- pkgs/applications/editors/android-studio/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/android-studio/default.nix b/pkgs/applications/editors/android-studio/default.nix index 13f54efdc4cd..745e36892fc4 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;