aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/editors/android-studio
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2019-08-21 12:22:00 +0200
committerMichael Weiss <dev.primeos@gmail.com>2019-08-21 12:25:07 +0200
commit48aaa959e817c3aa97c2b41aeb3df8a010faed49 (patch)
tree75885400a077a4c9013182db1fce1b743f2890a3 /pkgs/applications/editors/android-studio
parente32ee20b4053af232f8894e4a775f4c08f1ec672 (diff)
android-studio: 3.4.2.0 -> 3.5.0.21
androidStudioPackages.beta: 3.5.0.20 -> 3.5.0.21
Diffstat (limited to 'pkgs/applications/editors/android-studio')
-rw-r--r--pkgs/applications/editors/android-studio/default.nix12
1 files changed, 4 insertions, 8 deletions
diff --git a/pkgs/applications/editors/android-studio/default.nix b/pkgs/applications/editors/android-studio/default.nix
index 7f691b30418..75fb206c9e5 100644
--- a/pkgs/applications/editors/android-studio/default.nix
+++ b/pkgs/applications/editors/android-studio/default.nix
@@ -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";