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 8de7d70 commit 275b799Copy full SHA for 275b799
pkgs/applications/editors/android-studio/default.nix
@@ -24,8 +24,8 @@ let
24
sha256Hash = "sha256-tPRTDFyKGPR1DKuJRBcwjWjNxylS/8Zv/Nd6vBmcujg=";
25
};
26
latestVersion = {
27
- version = "2025.1.1.9"; # "Android Studio Narwhal | 2025.1.1 Canary 9"
28
- sha256Hash = "sha256-4xgaGqVAK7Lrk6IleeekupApJZVNhNmCzSacHzr47f8=";
+ version = "2025.1.1.10"; # "Android Studio Narwhal | 2025.1.1 Canary 10"
+ sha256Hash = "sha256-GKLOlDkA4hSbKeI3Oob3Pmfxq0ji+q2yTK/z2jPV8FU=";
29
30
in
31
{
0 commit comments