about summary refs log tree commit diff
path: root/pkgs/applications/editors/android-studio
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2020-01-10 17:29:34 +0100
committerMichael Weiss <dev.primeos@gmail.com>2020-01-10 17:57:23 +0100
commitd494bfcaf338f5e4ffcbcd2a41f8d433aabab415 (patch)
tree3ffd8029c9e53b5aa0a25494a1e9693ec68cbd76 /pkgs/applications/editors/android-studio
parentf1d3df98d761b4ea78c5a8fa662a2a0b995df168 (diff)
downloadnixlib-d494bfcaf338f5e4ffcbcd2a41f8d433aabab415.tar
nixlib-d494bfcaf338f5e4ffcbcd2a41f8d433aabab415.tar.gz
nixlib-d494bfcaf338f5e4ffcbcd2a41f8d433aabab415.tar.bz2
nixlib-d494bfcaf338f5e4ffcbcd2a41f8d433aabab415.tar.lz
nixlib-d494bfcaf338f5e4ffcbcd2a41f8d433aabab415.tar.xz
nixlib-d494bfcaf338f5e4ffcbcd2a41f8d433aabab415.tar.zst
nixlib-d494bfcaf338f5e4ffcbcd2a41f8d433aabab415.zip
androidStudioPackages.{dev,canary}: 4.0.0.7 -> 4.0.0.8
Unfortunately this update seems to require some manual changes, at least
in my case. But fortunately the IDE explains the required changes:
4:45 PM	Gradle sync failed: Minimum supported Gradle version is 6.1-rc-1. Current version is 6.1-milestone-2. If using the gradle wrapper, try editing the distributionUrl in /home/michael/workspace/as40test/gradle/wrapper/gradle-wrapper.properties to gradle-6.1-rc-1-all.zip
Consult IDE log for more details (Help | Show Log) (21 s 544 ms)
Diffstat (limited to 'pkgs/applications/editors/android-studio')
-rw-r--r--pkgs/applications/editors/android-studio/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/android-studio/default.nix b/pkgs/applications/editors/android-studio/default.nix
index cee616410418..219c13f241cb 100644
--- a/pkgs/applications/editors/android-studio/default.nix
+++ b/pkgs/applications/editors/android-studio/default.nix
@@ -18,9 +18,9 @@ let
     sha256Hash = "0xpcihr5xxr9l1kv6aflywshs8fww3s7di0g98mz475whhxwzf3q";
   };
   latestVersion = { # canary & dev
-    version = "4.0.0.7"; # "Android Studio 4.0 Canary 7"
-    build = "193.6085562";
-    sha256Hash = "0vk1vwh2yhsmadkb3v3m042ckzizc41ckqvj3jax8p86gl0b4whj";
+    version = "4.0.0.8"; # "Android Studio 4.0 Canary 8"
+    build = "193.6107147";
+    sha256Hash = "0bdibjp52jjlyh0966p9657xxmz1z7vi262v6ss4ywpb7gpaj9qq";
   };
 in {
   # Attributes are named by their corresponding release channels