Skip to content

Commit

Permalink
android-studio-preview: 3.1.0.10 -> 3.1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
primeos committed Feb 16, 2018
1 parent e7a8ced commit ce83cd7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/applications/editors/android-studio/default.nix
Expand Up @@ -6,6 +6,7 @@ let
};
};
in rec {
# linux-bundle
stable = mkStudio {
pname = "android-studio";
version = "3.0.1.0"; # "Android Studio 3.0.1"
Expand All @@ -25,11 +26,12 @@ in rec {
};
};

# linux-beta-bundle
preview = mkStudio {
pname = "android-studio-preview";
version = "3.1.0.10"; # "Android Studio 3.1 Beta 2"
build = "173.4580418";
sha256Hash = "0s56vbyq6b1q75ss6pqvhzwqzb6xbp6841f3y5cwhrch2xalxjkc";
version = "3.1.0.11"; # "Android Studio 3.1 Beta 3"
build = "173.4595152";
sha256Hash = "0106ggrf4mkxx3a2dn02km8rdq23sf15ifysykcay29skgdmq6wx";

meta = stable.meta // {
description = "The Official IDE for Android (preview version)";
Expand Down

0 comments on commit ce83cd7

Please sign in to comment.