diff --git a/pkgs/applications/editors/android-studio/default.nix b/pkgs/applications/editors/android-studio/default.nix index 7b99e06446b3..5a192b6fa8fd 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.1.4.0"; # "Android Studio 3.1.4" - build = "173.4907809"; - sha256Hash = "0xx6yprylmcb32ipmwdcfkgddlm1nrxi1w68miclvgrbk015brf2"; - }; - betaVersion = { - version = "3.2.0.25"; # "Android Studio 3.2 RC 3" - build = "181.4987877"; - sha256Hash = "0mriakxxchc0wbqkl236pp4fsqbq3gb2qrkdg5hx9zz763dc59gp"; + version = "3.2.0.26"; # "Android Studio 3.2.0" + build = "181.5014246"; + sha256Hash = "0v1a3b0n8dq5p8f6jap2ypqw724v61ki31qhqmh9hn36mn6d8wg6"; }; + betaVersion = stableVersion; latestVersion = { # canary & dev version = "3.3.0.10"; # "Android Studio 3.3 Canary 11" build = "182.5012296";