androidStudioPackages.{dev,canary}: 3.4.0.10 -> 3.5.0.0

This commit is contained in:
Michael Weiss 2019-01-16 12:59:44 +01:00
parent 08596e508b
commit a70c4178a8
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -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;