diff --git a/pkgs/applications/editors/android-studio/default.nix b/pkgs/applications/editors/android-studio/default.nix index 2b9ad0ba96b8d..bdfa78ac8a318 100644 --- a/pkgs/applications/editors/android-studio/default.nix +++ b/pkgs/applications/editors/android-studio/default.nix @@ -1,19 +1,19 @@ { callPackage, makeFontsConf, buildFHSEnv, tiling_wm ? false }: let - mkStudio = opts: callPackage (import ./common.nix opts) { - fontsConf = makeFontsConf { - fontDirectories = []; + mkStudio = opts: + callPackage (import ./common.nix opts) { + fontsConf = makeFontsConf { fontDirectories = [ ]; }; + inherit buildFHSEnv; + inherit tiling_wm; }; - inherit buildFHSEnv; - inherit tiling_wm; - }; stableVersion = { version = "2024.2.1.12"; # "Android Studio Ladybug | 2024.2.1 Patch 3" sha256Hash = "sha256-TfUax9c+RSAzg0GKU3yVYsWL72q4DUB0zZiss4flyqY="; }; betaVersion = { - version = "2024.2.2.12"; # "Android Studio Ladybug Feature Drop | 2024.2.2 RC 2" + version = + "2024.2.2.12"; # "Android Studio Ladybug Feature Drop | 2024.2.2 RC 2" sha256Hash = "sha256-zfiTjyD2bMIJ+GVQyg7qUT7306roqYsdRkPECZ/Rdnc="; }; latestVersion = {