From 16f55b2bf8df6b1fa5e17808f52fdc2cf3769cbc Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Thu, 27 Sep 2018 17:42:19 +0200 Subject: [PATCH] android-studio: 3.1.4.0 -> 3.2.0.26 androidStudioPackages.beta: 3.2.0.25 -> 3.2.0.26 --- pkgs/applications/editors/android-studio/default.nix | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/pkgs/applications/editors/android-studio/default.nix b/pkgs/applications/editors/android-studio/default.nix index 7b99e06446b..5a192b6fa8f 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";