about summary refs log tree commit diff
path: root/pkgs/applications/editors/android-studio
diff options
context:
space:
mode:
authorAndrei Lapshin <alapshin@fastmail.com>2021-07-31 13:09:23 +0300
committerAndrei Lapshin <alapshin@fastmail.com>2021-07-31 13:09:23 +0300
commitd887fd1ac70c9048999a375c90fe666e590ad214 (patch)
treefce3b5e6cd695d0d4bc3b8fef36729b5bb5d6e98 /pkgs/applications/editors/android-studio
parentcbfac54df96bf6b3eb4275c994c7814b6b1fe7e8 (diff)
downloadnixlib-d887fd1ac70c9048999a375c90fe666e590ad214.tar
nixlib-d887fd1ac70c9048999a375c90fe666e590ad214.tar.gz
nixlib-d887fd1ac70c9048999a375c90fe666e590ad214.tar.bz2
nixlib-d887fd1ac70c9048999a375c90fe666e590ad214.tar.lz
nixlib-d887fd1ac70c9048999a375c90fe666e590ad214.tar.xz
nixlib-d887fd1ac70c9048999a375c90fe666e590ad214.tar.zst
nixlib-d887fd1ac70c9048999a375c90fe666e590ad214.zip
androidStudioPackages.stable: 4.2.2 -> 2020.3.1
Diffstat (limited to 'pkgs/applications/editors/android-studio')
-rw-r--r--pkgs/applications/editors/android-studio/common.nix4
-rw-r--r--pkgs/applications/editors/android-studio/default.nix5
2 files changed, 4 insertions, 5 deletions
diff --git a/pkgs/applications/editors/android-studio/common.nix b/pkgs/applications/editors/android-studio/common.nix
index 42e3b7588afb..89e81773b5ec 100644
--- a/pkgs/applications/editors/android-studio/common.nix
+++ b/pkgs/applications/editors/android-studio/common.nix
@@ -1,4 +1,4 @@
-{ channel, pname, version, build ? null, sha256Hash }:
+{ channel, pname, version, sha256Hash }:
 
 { alsa-lib
 , bash
@@ -55,7 +55,7 @@
 
 let
   drvName = "android-studio-${channel}-${version}";
-  filename = "android-studio-" + (if (build != null) then "ide-${build}" else version) + "-linux.tar.gz";
+  filename = "android-studio-${version}-linux.tar.gz";
 
   androidStudio = stdenv.mkDerivation {
     name = "${drvName}-unwrapped";
diff --git a/pkgs/applications/editors/android-studio/default.nix b/pkgs/applications/editors/android-studio/default.nix
index 93337c444a57..84e1c77603ed 100644
--- a/pkgs/applications/editors/android-studio/default.nix
+++ b/pkgs/applications/editors/android-studio/default.nix
@@ -9,9 +9,8 @@ let
     inherit buildFHSUserEnv;
   };
   stableVersion = {
-    version = "4.2.2.0"; # "Android Studio 4.2.2"
-    build = "202.7486908";
-    sha256Hash = "18zc9xr2xmphj6m6a1ilwripmvqzplp2583afq1pzzz3cv5h8fvk";
+    version = "2020.3.1.22"; # "Android Studio Arctic Fox (2020.3.1)"
+    sha256Hash = "0xkjnhq1vvrglcbab90mx5xw1q82lkkvyp6y2ap5jypdfsc7pnsa";
   };
   betaVersion = {
     version = "2020.3.1.21"; # "Android Studio Arctic Fox (2020.3.1) RC 1"