We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdbe179 commit 6a60230Copy full SHA for 6a60230
pkgs/applications/editors/android-studio/default.nix
@@ -17,8 +17,8 @@ let
17
sha256Hash = "sha256-zfiTjyD2bMIJ+GVQyg7qUT7306roqYsdRkPECZ/Rdnc=";
18
};
19
latestVersion = {
20
- version = "2024.3.1.8"; # "Android Studio Meerkat | 2024.3.1 Canary 8"
21
- sha256Hash = "sha256-ujxVxTO7rbCPEjzO2cPwdxipAgPW+urYNFHDGJOfRQg=";
+ version = "2024.3.2.1"; # "Android Studio Meerkat Feature Drop | 2024.3.2 Canary 1"
+ sha256Hash = "sha256-qJKkuB8v4wOqEQwnDyMegLbRLzxVwCq/hS1TQ3lhBKk=";
22
23
in {
24
# Attributes are named by their corresponding release channels
0 commit comments