From bf23666022f1c0f097ad9aa276f3203c7e86271f Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Tue, 17 Jul 2018 20:02:49 +0200 Subject: [PATCH] androidStudioPackages.beta: 3.2.0.20 -> 3.2.0.21 --- pkgs/applications/editors/android-studio/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/editors/android-studio/default.nix b/pkgs/applications/editors/android-studio/default.nix index 60566a0fcf8..b7a23b589db 100644 --- a/pkgs/applications/editors/android-studio/default.nix +++ b/pkgs/applications/editors/android-studio/default.nix @@ -43,9 +43,9 @@ in rec { beta = mkStudio (latestVersion // { pname = "android-studio-preview"; #pname = "android-studio-beta"; # TODO: Rename and provide symlink - version = "3.2.0.20"; # "Android Studio 3.2 Beta 3" - build = "181.4868252"; - sha256Hash = "17r7gvy317vh2r56yvhnn7dym0q6gs8r04fdr7hx53s9rb79sd1j"; + version = "3.2.0.21"; # "Android Studio 3.2 Beta 4" + build = "181.4886486"; + sha256Hash = "1n4lcy0ng87fv45qjlpdb2zn3zl5lg6jwkbaijhbsm2rh4ljisr3"; meta = stable.meta // { description = "The Official IDE for Android (beta channel)";