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 683fddf commit 5c012c5Copy full SHA for 5c012c5
pkgs/applications/editors/android-studio/default.nix
@@ -17,8 +17,8 @@ let
17
sha256Hash = "sha256-o/otfwZu+MUy9tbLt1iZWmBPB7YVx5aMjA1KcIvMD3U=";
18
};
19
latestVersion = {
20
- version = "2024.2.1.5"; # "Android Studio Ladybug | 2024.2.1 Canary 9"
21
- sha256Hash = "sha256-0F07jcsutarm464ahgo9hDh1jHo2aDEpIz5r9bxmNZw=";
+ version = "2024.2.2.2"; # "Android Studio Ladybug Feature Drop | 2024.2.2 Canary 2"
+ sha256Hash = "sha256-TSjKJ4gAqZlycMP1or8MV+Il+KOQJL/F1kUKQr6/rSw=";
22
23
in {
24
# Attributes are named by their corresponding release channels
0 commit comments