From 7e934fbf735a29a828d7c2d0b547b8821bbab645 Mon Sep 17 00:00:00 2001 From: Arseniy Seroka Date: Thu, 21 Apr 2016 19:47:02 +0300 Subject: [PATCH] android-studio: 2.0.0.0 -> 2.0.0.20 --- pkgs/applications/editors/idea/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/editors/idea/default.nix b/pkgs/applications/editors/idea/default.nix index 5d20d0578ea7..e93e5840b697 100644 --- a/pkgs/applications/editors/idea/default.nix +++ b/pkgs/applications/editors/idea/default.nix @@ -148,14 +148,14 @@ in android-studio = buildAndroidStudio rec { name = "android-studio-${version}"; - version = "2.0.0.0"; - build = "143.2443734"; + version = "2.0.0.20"; + build = "143.2739321"; description = "Android development environment based on IntelliJ IDEA"; license = stdenv.lib.licenses.asl20; src = fetchurl { url = "https://dl.google.com/dl/android/studio/ide-zips/${version}" + "/android-studio-ide-${build}-linux.zip"; - sha256 = "0j6bi87hb5jxjwfhfya64s673vdkdslsqc6sqa4zl97sabvafk2w"; + sha256 = "14bb4ha868015wm8v8vivxfylfzm7gbvf01h82w4bhzdbzgn1zpr"; }; };