Skip to content

Commit ce83cd7

Browse files
committedFeb 16, 2018
android-studio-preview: 3.1.0.10 -> 3.1.0.11
1 parent e7a8ced commit ce83cd7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
 

Diff for: ‎pkgs/applications/editors/android-studio/default.nix

+5-3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ let
66
};
77
};
88
in rec {
9+
# linux-bundle
910
stable = mkStudio {
1011
pname = "android-studio";
1112
version = "3.0.1.0"; # "Android Studio 3.0.1"
@@ -25,11 +26,12 @@ in rec {
2526
};
2627
};
2728

29+
# linux-beta-bundle
2830
preview = mkStudio {
2931
pname = "android-studio-preview";
30-
version = "3.1.0.10"; # "Android Studio 3.1 Beta 2"
31-
build = "173.4580418";
32-
sha256Hash = "0s56vbyq6b1q75ss6pqvhzwqzb6xbp6841f3y5cwhrch2xalxjkc";
32+
version = "3.1.0.11"; # "Android Studio 3.1 Beta 3"
33+
build = "173.4595152";
34+
sha256Hash = "0106ggrf4mkxx3a2dn02km8rdq23sf15ifysykcay29skgdmq6wx";
3335

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

0 commit comments

Comments
 (0)
Please sign in to comment.