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 cbf0b68 commit 3ebca3bCopy full SHA for 3ebca3b
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.4"; # "Android Studio 3.1 Canary 5"
31
- build = "171.4474551";
32
- sha256Hash = "0rgz1p67ra4q0jjb343xqm7c3yrpk1mly8r80cvpqqqq4xgfwa20";
+ version = "3.1.0.5"; # "Android Studio 3.1 Canary 6"
+ build = "173.4506631";
+ sha256Hash = "10yw27rxv6pfvyl9w18ch63lm85ykj7ssrv87pchvwkmsscaw2zn";
33
34
meta = stable.meta // {
35
description = "The Official IDE for Android (preview version)";
0 commit comments