mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
android-studio-preview: 3.1.0.10 -> 3.1.0.11
This commit is contained in:
parent
e7a8ced07f
commit
ce83cd7ca3
@ -6,6 +6,7 @@ let
|
||||
};
|
||||
};
|
||||
in rec {
|
||||
# linux-bundle
|
||||
stable = mkStudio {
|
||||
pname = "android-studio";
|
||||
version = "3.0.1.0"; # "Android Studio 3.0.1"
|
||||
@ -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)";
|
||||
|
Loading…
Reference in New Issue
Block a user