From 1799e1464722fabbd0473cb9e836caa21e905e66 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Sat, 26 Aug 2017 01:52:11 +0200 Subject: [PATCH] Revert "android-studio-preview: 3.0.0.10 -> 3.0.0.11" This reverts the upgrade to Android Studio 3.0 Beta 3 from commit 22ae3aa5b68fb7e74a6730f9f6ddac1be6931db7 due to an upstream decision. From the release updates: "Due to an issues with the Android Plugin for Gradle in Beta 3 (64527520), we've pulled it down and recommend that you not accept the update. If you already did, you can go back to Beta 2 by downloading here." [0] [0]: https://androidstudio.googleblog.com/2017/08/android-studio-30-beta-3-is-now.html --- pkgs/applications/editors/android-studio/packages.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/editors/android-studio/packages.nix b/pkgs/applications/editors/android-studio/packages.nix index 70755098497..471f78f0c07 100644 --- a/pkgs/applications/editors/android-studio/packages.nix +++ b/pkgs/applications/editors/android-studio/packages.nix @@ -27,9 +27,9 @@ in rec { preview = mkStudio rec { pname = "android-studio-preview"; - version = "3.0.0.11"; # "Android Studio 3.0 Beta 3" - build = "171.4294784"; - sha256Hash = "11m939hpwnrrz0grnc1x1ff19yjnwzx5w1dzaw9hpm8ylx692mrf"; + version = "3.0.0.10"; # "Android Studio 3.0 Beta 2" + build = "171.4263559"; + sha256Hash = "0bya69qa50s6dbvlzb198b5w6ixs21y6b56v3v1xjb3kndf9y44w"; meta = stable.meta // { description = "The Official IDE for Android (preview version)";