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 0633856 commit 0d0ab51Copy full SHA for 0d0ab51
pkgs/applications/editors/android-studio/default.nix
@@ -33,8 +33,8 @@
33
34
let
35
36
- version = "2.3.1.0";
37
- build = "162.3871768";
+ version = "2.3.2.0";
+ build = "162.3934792";
38
39
androidStudio = stdenv.mkDerivation {
40
name = "android-studio";
@@ -98,7 +98,7 @@ let
98
'';
99
src = fetchurl {
100
url = "https://dl.google.com/dl/android/studio/ide-zips/${version}/android-studio-ide-${build}-linux.zip";
101
- sha256 = "0cw483xxpc3alg5gv5gqfr2ri98pvdb5kzpmbn5jk04gcwhhylin";
+ sha256 = "19wmbvmiqa9znvnslmp0xmkq4avpmgpzmyaai1fa28388qra4cvf";
102
};
103
meta = {
104
description = "The Official IDE for Android";
0 commit comments