From 7a66c79d8d6011f87756afc27e23c9e066e405bd Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Sat, 17 Aug 2019 14:22:17 +0200 Subject: androidStudioPackages.{dev,canary}: 3.6.0.5 -> 3.6.0.6 Unfortunately this update will probably still cause the builds from canary 3 to break and require manual steps to resolve these issues: https://issuetracker.google.com/issues/136077720#comment9 I.e. manually update the Gradle plugin here (e.g. directly to alpha06): dependencies { classpath 'com.android.tools:gradle:3.6.0-alpha03' } But as the current status is "Won't Fix (Infeasible)" [0] there's no point in skipping the updates for the dev/canary channel. [0]: https://issuetracker.google.com/issues/136077720#comment10 --- pkgs/applications/editors/android-studio/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications/editors') diff --git a/pkgs/applications/editors/android-studio/default.nix b/pkgs/applications/editors/android-studio/default.nix index 3aecfcd5df55d..7f691b304181e 100644 --- a/pkgs/applications/editors/android-studio/default.nix +++ b/pkgs/applications/editors/android-studio/default.nix @@ -18,9 +18,9 @@ let sha256Hash = "03c5f01dqjvz55l8vyrpypjmmip96kc27p8sw0c5jky0igiyym5j"; }; latestVersion = { # canary & dev - version = "3.6.0.5"; # "Android Studio 3.6 Canary 5" - build = "191.5721125"; - sha256Hash = "05y7xw6gqiwp7iphm9p61vxwc7cwddighrj1h2pp2r96csb3pmww"; + version = "3.6.0.6"; # "Android Studio 3.6 Canary 6" + build = "192.5787298"; + sha256Hash = "1rri8b5nkxj65hq13s5d31fy08llf3ad9s5mn56ridd4nsy2c5df"; }; in rec { # Attributes are named by their corresponding release channels -- cgit 1.4.1