about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2017-08-26 01:52:11 +0200
committerMichael Weiss <dev.primeos@gmail.com>2017-08-26 01:52:11 +0200
commit1799e1464722fabbd0473cb9e836caa21e905e66 (patch)
tree83e85b8b71a06595fdfb0a54270686a115b03d1f /pkgs/applications/editors
parentc63a6198206de29a102880065b77f4addb875d09 (diff)
downloadnixlib-1799e1464722fabbd0473cb9e836caa21e905e66.tar
nixlib-1799e1464722fabbd0473cb9e836caa21e905e66.tar.gz
nixlib-1799e1464722fabbd0473cb9e836caa21e905e66.tar.bz2
nixlib-1799e1464722fabbd0473cb9e836caa21e905e66.tar.lz
nixlib-1799e1464722fabbd0473cb9e836caa21e905e66.tar.xz
nixlib-1799e1464722fabbd0473cb9e836caa21e905e66.tar.zst
nixlib-1799e1464722fabbd0473cb9e836caa21e905e66.zip
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
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/android-studio/packages.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/android-studio/packages.nix b/pkgs/applications/editors/android-studio/packages.nix
index 707550984972..471f78f0c072 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)";