android-studio: 2.1.2.0 -> 2.1.3.0

This commit is contained in:
Edward Tjörnhammar 2016-09-11 20:38:20 +02:00
parent b4e2b6bc6a
commit e917e47045
No known key found for this signature in database
GPG Key ID: 7B82CE4A866B6845
1 changed files with 3 additions and 3 deletions

View File

@ -20,8 +20,8 @@
let
version = "2.1.2.0";
build = "143.2915827";
version = "2.1.3.0";
build = "143.3101438";
androidStudio = stdenv.mkDerivation {
name = "android-studio";
@ -61,7 +61,7 @@ let
'';
src = fetchurl {
url = "https://dl.google.com/dl/android/studio/ide-zips/${version}/android-studio-ide-${build}-linux.zip";
sha256 = "0q61m8yln77valg7y6lyxlml53z387zh6fyfgc22sm3br5ahbams";
sha256 = "1xlz3ibqrm4ckw4lgbkzbxvpgg0y8hips9b54p4d15f34i0r8bvj";
};
};