We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0185b72 commit 7c4886aCopy full SHA for 7c4886a
pkgs/applications/editors/android-studio/default.nix
@@ -17,8 +17,8 @@ let
17
sha256Hash = "sha256-yDxDctlZsUmye+XgWwWIHPnrfI3BCj5wYLQG9l8t6mA=";
18
};
19
latestVersion = {
20
- version = "2024.3.2.8"; # "Android Studio Meerkat Feature Drop | 2024.3.2 Canary 8"
21
- sha256Hash = "sha256-bJlkZ3ydfgVVubDlmngOvBIU62ncChuBWQ+QrZYBZcU=";
+ version = "2025.1.1.2"; # "Android Studio Narwhal | 2025.1.1 Canary 2"
+ sha256Hash = "sha256-elWCY/QwBeGIsC4xtQrSV6low5oLH3q1WW2InqQItFM=";
22
23
in {
24
# Attributes are named by their corresponding release channels
0 commit comments