Skip to content

Commit 0d0ab51

Browse files
committedMay 21, 2017
android-studio: 2.3.1.0 -> 2.3.2.0
1 parent 0633856 commit 0d0ab51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/applications/editors/android-studio/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333

3434
let
3535

36-
version = "2.3.1.0";
37-
build = "162.3871768";
36+
version = "2.3.2.0";
37+
build = "162.3934792";
3838

3939
androidStudio = stdenv.mkDerivation {
4040
name = "android-studio";
@@ -98,7 +98,7 @@ let
9898
'';
9999
src = fetchurl {
100100
url = "https://dl.google.com/dl/android/studio/ide-zips/${version}/android-studio-ide-${build}-linux.zip";
101-
sha256 = "0cw483xxpc3alg5gv5gqfr2ri98pvdb5kzpmbn5jk04gcwhhylin";
101+
sha256 = "19wmbvmiqa9znvnslmp0xmkq4avpmgpzmyaai1fa28388qra4cvf";
102102
};
103103
meta = {
104104
description = "The Official IDE for Android";

0 commit comments

Comments
 (0)
Please sign in to comment.