1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

android-studio: 3.4.2.0 -> 3.5.0.21

androidStudioPackages.beta: 3.5.0.20 -> 3.5.0.21
This commit is contained in:
Michael Weiss 2019-08-21 12:22:00 +02:00
parent e32ee20b40
commit 48aaa959e8
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83

View file

@ -8,15 +8,11 @@ let
inherit (gnome2) GConf gnome_vfs;
};
stableVersion = {
version = "3.4.2.0"; # "Android Studio 3.4.2"
build = "183.5692245";
sha256Hash = "090rc307mfm0yw4h592l9307lq4aas8zq0ci49csn6kxhds8rsrm";
};
betaVersion = {
version = "3.5.0.20"; # "Android Studio 3.5 RC 3"
build = "191.5781497";
sha256Hash = "03c5f01dqjvz55l8vyrpypjmmip96kc27p8sw0c5jky0igiyym5j";
version = "3.5.0.21"; # "Android Studio 3.5"
build = "191.5791312";
sha256Hash = "0vvk2vhklxg9wfi4lv4sahs5ahhb1mki1msy3yixmr56vipgv52p";
};
betaVersion = stableVersion;
latestVersion = { # canary & dev
version = "3.6.0.6"; # "Android Studio 3.6 Canary 6"
build = "192.5787298";