From 474fd13606af1cfe54398f5bf8a2c53f9c56e75c Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Fri, 29 Jun 2018 13:07:19 +0200 Subject: [PATCH] androidStudioPackages.beta: 3.2.0.18 -> 3.2.0.19 --- pkgs/applications/editors/android-studio/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/applications/editors/android-studio/default.nix b/pkgs/applications/editors/android-studio/default.nix index a82e0bf2035..1fbeda6681a 100644 --- a/pkgs/applications/editors/android-studio/default.nix +++ b/pkgs/applications/editors/android-studio/default.nix @@ -43,6 +43,9 @@ in rec { beta = mkStudio (latestVersion // { pname = "android-studio-preview"; #pname = "android-studio-beta"; # TODO: Rename and provide symlink + version = "3.2.0.19"; # "Android Studio 3.2 Beta 2" + build = "181.4860949"; + sha256Hash = "1v1h42xp2fxj8366q9l9b0shk0y1vz9kny0rf7y48kyr5h9glnwr"; meta = stable.meta // { description = "The Official IDE for Android (beta channel)";