Skip to content

Commit

Permalink
android-studio-preview: 3.1.0.0 -> 3.1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
primeos committed Nov 11, 2017
1 parent 459e4b7 commit 83c2838
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Expand Up @@ -27,14 +27,13 @@ in rec {

preview = mkStudio {
pname = "android-studio-preview";
version = "3.1.0.0"; # "Android Studio 3.1 Canary 1"
build = "171.4415322";
sha256Hash = "08xgwv6mg2zxys9dqjfz66h60g640ni3snyb89ij0fkmd28rbxgj";
version = "3.1.0.2"; # "Android Studio 3.1 Canary 3"
build = "171.4435470";
sha256Hash = "1yqzxmzqxvhq9q9k07yfchh2al0wdy0j5k5fmjv4zbw20panx10h";

meta = stable.meta // {
description = "The Official IDE for Android (preview version)";
homepage = https://developer.android.com/studio/preview/index.html;
maintainers = with stdenv.lib.maintainers; [ primeos ];
};
};
}
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -13730,7 +13730,7 @@ with pkgs;

amsn = callPackage ../applications/networking/instant-messengers/amsn { };

androidStudioPackages = callPackage ../applications/editors/android-studio/packages.nix {};
androidStudioPackages = callPackage ../applications/editors/android-studio { };
android-studio = androidStudioPackages.stable;
android-studio-preview = androidStudioPackages.preview;

Expand Down

0 comments on commit 83c2838

Please sign in to comment.