android-studio-preview: 3.0.0.17 -> 3.1.0.0

This commit is contained in:
Michael Weiss 2017-10-27 11:05:17 +02:00
parent c70773b35b
commit e4d0173d1f
1 changed files with 5 additions and 5 deletions

View File

@ -25,16 +25,16 @@ in rec {
}; };
}; };
preview = mkStudio rec { preview = mkStudio {
pname = "android-studio-preview"; pname = "android-studio-preview";
version = "3.0.0.17"; # "Android Studio 3.0 RC 2" version = "3.1.0.0"; # "Android Studio 3.1 Canary 1"
build = "171.4402976"; build = "171.4415322";
sha256Hash = "18f5cq1dcmyjxaq520kqjac332bpp35pis02yplh6gzp65i4bvvf"; sha256Hash = "08xgwv6mg2zxys9dqjfz66h60g640ni3snyb89ij0fkmd28rbxgj";
meta = stable.meta // { meta = stable.meta // {
description = "The Official IDE for Android (preview version)"; description = "The Official IDE for Android (preview version)";
homepage = https://developer.android.com/studio/preview/index.html; homepage = https://developer.android.com/studio/preview/index.html;
maintainers = with stdenv.lib.maintainers; [ primeos tomsmeets ]; maintainers = with stdenv.lib.maintainers; [ primeos ];
}; };
}; };
} }