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 5f232de commit 403ee96Copy full SHA for 403ee96
pkgs/applications/editors/android-studio/default.nix
@@ -27,9 +27,9 @@ in rec {
27
28
preview = mkStudio {
29
pname = "android-studio-preview";
30
- version = "3.1.0.6"; # "Android Studio 3.1 Canary 7"
31
- build = "173.4524538";
32
- sha256Hash = "0rj7swychriznylrr09g0rnj12rymms925xbry85ba72hj1jjf6w";
+ version = "3.1.0.7"; # "Android Studio 3.1 Canary 8"
+ build = "173.4529993";
+ sha256Hash = "0mfkzdxbrdqlfqqx83dr9ibkpjwjf54kka9qra9j31zqcmy8rd53";
33
34
meta = stable.meta // {
35
description = "The Official IDE for Android (preview version)";
0 commit comments