summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-07-25 07:31:01 +0000
committerGitHub <noreply@github.com>2021-07-25 07:31:01 +0000
commit8500e79a5e1c62f2017e473f41a058ea4353ebbc (patch)
tree8e70803ee6ae389159fdb26ae3a7c44328485e54 /pkgs/applications
parent7f22432d3e86a39e54c36f77ff5f9841b37885fd (diff)
parent65ae9a162b1a9399c3f0e24c42184bd776f2dbd9 (diff)
downloadnixpkgs-8500e79a5e1c62f2017e473f41a058ea4353ebbc.tar
nixpkgs-8500e79a5e1c62f2017e473f41a058ea4353ebbc.tar.gz
nixpkgs-8500e79a5e1c62f2017e473f41a058ea4353ebbc.tar.bz2
nixpkgs-8500e79a5e1c62f2017e473f41a058ea4353ebbc.tar.lz
nixpkgs-8500e79a5e1c62f2017e473f41a058ea4353ebbc.tar.xz
nixpkgs-8500e79a5e1c62f2017e473f41a058ea4353ebbc.tar.zst
nixpkgs-8500e79a5e1c62f2017e473f41a058ea4353ebbc.zip
Merge pull request #131433 from alapshin/android-studio
androidStudioPackages.{beta,canary.dev}: update
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/editors/android-studio/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/editors/android-studio/default.nix b/pkgs/applications/editors/android-studio/default.nix
index 0ead5ff670c..356eb4923b7 100644
--- a/pkgs/applications/editors/android-studio/default.nix
+++ b/pkgs/applications/editors/android-studio/default.nix
@@ -14,12 +14,12 @@ let
     sha256Hash = "18zc9xr2xmphj6m6a1ilwripmvqzplp2583afq1pzzz3cv5h8fvk";
   };
   betaVersion = {
-    version = "2020.3.1.20"; # "Android Studio Arctic Fox (2020.3.1) Beta 5"
-    sha256Hash = "0swcsjx29ar4b0c8yhbynshqdn2sv94ga58h2nrc99927vp17g85";
+    version = "2020.3.1.21"; # "Android Studio Arctic Fox (2020.3.1) RC 1"
+    sha256Hash = "04k7c328bl8ixi8bvp2mm33q2hmv40yc9p5dff5cghyycarwpd3f";
   };
   latestVersion = { # canary & dev
-    version = "2021.1.1.3"; # "Android Studio Bumblebee (2021.1.1) Canary 3"
-    sha256Hash = "1n8iahaqhmzvpps9vhv93n3yabb26vl78yndd6gid028r8r90y4x";
+    version = "2021.1.1.4"; # "Android Studio Bumblebee (2021.1.1) Canary 4"
+    sha256Hash = "0s2py7xikzryqrfd9v3in9ia9qv71dd9aad1nzbda6ff61inzizb";
   };
 in {
   # Attributes are named by their corresponding release channels