summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-07-21 14:43:36 +0200
committerGitHub <noreply@github.com>2021-07-21 14:43:36 +0200
commit6e4ec5dc798f31d8ee5971d93796d744abe187f6 (patch)
tree92c81ec3c573076737dc12ad005ead51d1563681 /pkgs/applications/editors
parentc1e00f694bf1cf14937a8c41e1ce5d75a940a9b1 (diff)
parent51d2b9011be6d05b8674f70729c27728f7be4beb (diff)
downloadnixpkgs-6e4ec5dc798f31d8ee5971d93796d744abe187f6.tar
nixpkgs-6e4ec5dc798f31d8ee5971d93796d744abe187f6.tar.gz
nixpkgs-6e4ec5dc798f31d8ee5971d93796d744abe187f6.tar.bz2
nixpkgs-6e4ec5dc798f31d8ee5971d93796d744abe187f6.tar.lz
nixpkgs-6e4ec5dc798f31d8ee5971d93796d744abe187f6.tar.xz
nixpkgs-6e4ec5dc798f31d8ee5971d93796d744abe187f6.tar.zst
nixpkgs-6e4ec5dc798f31d8ee5971d93796d744abe187f6.zip
Merge pull request #130457 from michielboekhoff/update-android-studio
Update Android Studio
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/android-studio/default.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkgs/applications/editors/android-studio/default.nix b/pkgs/applications/editors/android-studio/default.nix
index e0cf5138310..0ead5ff670c 100644
--- a/pkgs/applications/editors/android-studio/default.nix
+++ b/pkgs/applications/editors/android-studio/default.nix
@@ -9,17 +9,17 @@ let
     inherit buildFHSUserEnv;
   };
   stableVersion = {
-    version = "4.2.1.0"; # "Android Studio 4.2.1"
-    build = "202.7351085";
-    sha256Hash = "074y6i0h8zamjgvvs882im44clds3g6aq8rssl7sq1wx6hrn5q36";
+    version = "4.2.2.0"; # "Android Studio 4.2.2"
+    build = "202.7486908";
+    sha256Hash = "18zc9xr2xmphj6m6a1ilwripmvqzplp2583afq1pzzz3cv5h8fvk";
   };
   betaVersion = {
-    version = "2020.3.1.16"; # "Android Studio Arctic Fox (2020.3.1) Beta 1"
-    sha256Hash = "0mp1cmxkqc022nv8cggywbwcf8lp6r802nh8hcw5j00hcdnhkcq0";
+    version = "2020.3.1.20"; # "Android Studio Arctic Fox (2020.3.1) Beta 5"
+    sha256Hash = "0swcsjx29ar4b0c8yhbynshqdn2sv94ga58h2nrc99927vp17g85";
   };
   latestVersion = { # canary & dev
-    version = "2021.1.1.1"; # "Android Studio Bumblebee (2021.1.1) Canary 1"
-    sha256Hash = "0aavmk8byw817356jm28rl998gcp3zm7x3fq14hm2awzhk5jaklm";
+    version = "2021.1.1.3"; # "Android Studio Bumblebee (2021.1.1) Canary 3"
+    sha256Hash = "1n8iahaqhmzvpps9vhv93n3yabb26vl78yndd6gid028r8r90y4x";
   };
 in {
   # Attributes are named by their corresponding release channels