We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent e7a8ced commit ce83cd7Copy full SHA for ce83cd7
pkgs/applications/editors/android-studio/default.nix
@@ -6,6 +6,7 @@ let
6
};
7
8
in rec {
9
+ # linux-bundle
10
stable = mkStudio {
11
pname = "android-studio";
12
version = "3.0.1.0"; # "Android Studio 3.0.1"
@@ -25,11 +26,12 @@ in rec {
25
26
27
28
29
+ # linux-beta-bundle
30
preview = mkStudio {
31
pname = "android-studio-preview";
- version = "3.1.0.10"; # "Android Studio 3.1 Beta 2"
- build = "173.4580418";
32
- sha256Hash = "0s56vbyq6b1q75ss6pqvhzwqzb6xbp6841f3y5cwhrch2xalxjkc";
+ version = "3.1.0.11"; # "Android Studio 3.1 Beta 3"
33
+ build = "173.4595152";
34
+ sha256Hash = "0106ggrf4mkxx3a2dn02km8rdq23sf15ifysykcay29skgdmq6wx";
35
36
meta = stable.meta // {
37
description = "The Official IDE for Android (preview version)";
0 commit comments