From d494bfcaf338f5e4ffcbcd2a41f8d433aabab415 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Fri, 10 Jan 2020 17:29:34 +0100 Subject: [PATCH] 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) --- 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 cee61641041..219c13f241c 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