android-studio: 3.3.2.0 -> 3.4.0.18

androidStudioPackages.beta: 3.4.0.17 -> 3.4.0.18
This commit is contained in:
Michael Weiss
2019-04-18 20:35:37 +02:00
parent 5b2b8f96a3
commit 25205afb35
2 changed files with 5 additions and 10 deletions
@@ -39,12 +39,11 @@
let
drvName = "android-studio-${channel}-${version}";
archiveFormat = if builtins.elem channel [ "dev" "canary" ] then "tar.gz" else "zip";
androidStudio = stdenv.mkDerivation {
name = drvName;
src = fetchurl {
url = "https://dl.google.com/dl/android/studio/ide-zips/${version}/android-studio-ide-${build}-linux.${archiveFormat}";
url = "https://dl.google.com/dl/android/studio/ide-zips/${version}/android-studio-ide-${build}-linux.tar.gz";
sha256 = sha256Hash;
};