We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfbac1b commit b37de8bCopy full SHA for b37de8b
pkgs/applications/editors/android-studio/packages.nix
@@ -27,9 +27,9 @@ in rec {
27
28
preview = mkStudio rec {
29
pname = "android-studio-preview";
30
- version = "3.0.0.13"; # "Android Studio 3.0 Beta 5"
31
- build = "171.4316950";
32
- sha256Hash = "0aj6mkc5pb8ws3ff8hcphdvymlysjmhx507r7wkqrk0b4ylbijmc";
+ version = "3.0.0.14"; # "Android Studio 3.0 Beta 6"
+ build = "171.4333198";
+ sha256Hash = "071a3j0bnsspvhvhh10h9ygay3bi66glriiy8gl8vrwx1dnv55zk";
33
34
meta = stable.meta // {
35
description = "The Official IDE for Android (preview version)";
0 commit comments