From 9d45624007d91142d503c58bb1923b435bb2438c Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Wed, 6 Dec 2017 19:47:29 +0100 Subject: [PATCH] android-studio-preview: 3.1.0.3 -> 3.1.0.4 --- 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 b9e096c6927..09905ec66d8 100644 --- a/pkgs/applications/editors/android-studio/default.nix +++ b/pkgs/applications/editors/android-studio/default.nix @@ -27,9 +27,9 @@ in rec { preview = mkStudio { pname = "android-studio-preview"; - version = "3.1.0.3"; # "Android Studio 3.1 Canary 4" - build = "171.4444016"; - sha256Hash = "0qgd0hd3i3p1adv0xqa0409r5injw3ygs50lajzi99s33j6vdc6s"; + version = "3.1.0.4"; # "Android Studio 3.1 Canary 5" + build = "171.4474551"; + sha256Hash = "0rgz1p67ra4q0jjb343xqm7c3yrpk1mly8r80cvpqqqq4xgfwa20"; meta = stable.meta // { description = "The Official IDE for Android (preview version)";