From ff93048c3bc9b6228b4dd9f54bc75a5f7b9c61a8 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Sat, 20 Oct 2018 19:57:58 +0200 Subject: [PATCH] androidStudioPackages.beta: 3.2.1.0 -> 3.3.0.13 --- pkgs/applications/editors/android-studio/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/editors/android-studio/default.nix b/pkgs/applications/editors/android-studio/default.nix index 51ecfc0866e..e064a60a42b 100644 --- a/pkgs/applications/editors/android-studio/default.nix +++ b/pkgs/applications/editors/android-studio/default.nix @@ -12,7 +12,11 @@ let build = "181.5056338"; sha256Hash = "117skqjax1xz9plarhdnrw2rwprjpybdc7mx7wggxapyy920vv5r"; }; - betaVersion = stableVersion; + betaVersion = { + version = "3.3.0.13"; # "Android Studio 3.3 Beta 1" + build = "182.5073496"; + sha256Hash = "0bg1h0msd6mpkvirkg4pssa1ak32smv2rlxxsjdm3p29p8gg59px"; + }; latestVersion = { # canary & dev version = "3.3.0.12"; # "Android Studio 3.3 Canary 13" build = "182.5035453";