tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
android-studio-preview: 3.1.0.11 -> 3.1.0.12
Michael Weiss
8 years ago
49b7fc39
296fa609
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
editors
android-studio
default.nix
+3
-3
pkgs/applications/editors/android-studio/default.nix
···
29
29
# linux-beta-bundle
30
30
preview = mkStudio {
31
31
pname = "android-studio-preview";
32
32
-
version = "3.1.0.11"; # "Android Studio 3.1 Beta 3"
33
33
-
build = "173.4595152";
34
34
-
sha256Hash = "0106ggrf4mkxx3a2dn02km8rdq23sf15ifysykcay29skgdmq6wx";
32
32
+
version = "3.1.0.12"; # "Android Studio 3.1 Beta 4"
33
33
+
build = "173.4615496";
34
34
+
sha256Hash = "0rp0vg5hwv7kdrirydvnwznpfwibwwm2dxsbhbxfkyahph10ly72";
35
35
36
36
meta = stable.meta // {
37
37
description = "The Official IDE for Android (preview version)";