diff --git a/pkgs/applications/editors/android-studio/default.nix b/pkgs/applications/editors/android-studio/default.nix index 414e205b9a9..429d9719f6a 100644 --- a/pkgs/applications/editors/android-studio/default.nix +++ b/pkgs/applications/editors/android-studio/default.nix @@ -12,15 +12,11 @@ let build = "191.6010548"; sha256Hash = "1nsm4d3vdx90szqd78a8mjq65xc9m5ipd35cqrlx3c3ny900sqxg"; }; - betaVersion = { - version = "3.6.0.20"; # "Android Studio 3.6 RC 3" - build = "192.6186006"; - sha256Hash = "153piq67yps5jwqrbciam4kpxziavml29d8ya5bi2rvfhipdd7da"; - }; + betaVersion = latestVersion; latestVersion = { # canary & dev - version = "4.0.0.9"; # "Android Studio 4.0 Canary 9" - build = "193.6137316"; - sha256Hash = "1cgxyqp85z5x2jnjh1qabn2cfiziiwvfr6iggzb531dlhllyfyqw"; + version = "4.0.0.10"; # "Android Studio 4.0 Beta 1" + build = "193.6220182"; + sha256Hash = "0ibp54wcss4ihm454hbavv1bhar6cd4alp5b0z248ryjr5w9mixf"; }; in { # Attributes are named by their corresponding release channels