summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-07-21 18:01:41 +0000
committerGitHub <noreply@github.com>2021-07-21 18:01:41 +0000
commit7a1e77336a5d67f6c0ad93f36705d8343aef59cd (patch)
tree44e0e383084222277ad9994a456f77570b063e27 /pkgs/applications/editors
parent3087a2d2e96ab840a907dc62b84366e50a9a5ab6 (diff)
parent41adc8c8ded99eec7834826445ec96deff2b1908 (diff)
downloadnixpkgs-7a1e77336a5d67f6c0ad93f36705d8343aef59cd.tar
nixpkgs-7a1e77336a5d67f6c0ad93f36705d8343aef59cd.tar.gz
nixpkgs-7a1e77336a5d67f6c0ad93f36705d8343aef59cd.tar.bz2
nixpkgs-7a1e77336a5d67f6c0ad93f36705d8343aef59cd.tar.lz
nixpkgs-7a1e77336a5d67f6c0ad93f36705d8343aef59cd.tar.xz
nixpkgs-7a1e77336a5d67f6c0ad93f36705d8343aef59cd.tar.zst
nixpkgs-7a1e77336a5d67f6c0ad93f36705d8343aef59cd.zip
Merge staging-next into staging
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