3
0
Fork 0
forked from mirrors/nixpkgs

android-studio: 1.5.0.4 -> 1.5.1.0

This commit is contained in:
Christian Albrecht 2016-01-29 11:51:29 +01:00
parent c06cdea547
commit 7884c3b95d

View file

@ -148,14 +148,14 @@ in
android-studio = buildAndroidStudio rec {
name = "android-studio-${version}";
version = "1.5.0.4";
build = "141.2422023";
version = "1.5.1.0";
build = "141.2456560";
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 = "1sjxs9cq7mdalxmzp6v2gwbg1w8p43c2cp5j4v212w66h5rqv11z";
sha256 = "0p6h21jd0xx3xzdrfv9530n1ssyc3xigr3fg33r8ain4k6n02vj6";
};
};