From 223185ca10d6b4e02b7f08061c4e67a7b8e35cf5 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 17 Sep 2024 10:37:52 +0000 Subject: [PATCH] androidStudioPackages.beta: 2024.2.1.6 -> 2024.2.1.7 --- pkgs/applications/editors/android-studio/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/android-studio/default.nix b/pkgs/applications/editors/android-studio/default.nix index e13e70e3da5c..267b1d1791ed 100644 --- a/pkgs/applications/editors/android-studio/default.nix +++ b/pkgs/applications/editors/android-studio/default.nix @@ -13,8 +13,8 @@ let sha256Hash = "sha256-dFFogg6YmpCF/4QtR85UFAfbCd97irIHcPbqieQabpI="; }; betaVersion = { - version = "2024.2.1.6"; # "Android Studio Ladybug | 2024.2.1 Beta 1" - sha256Hash = "sha256-o/otfwZu+MUy9tbLt1iZWmBPB7YVx5aMjA1KcIvMD3U="; + version = "2024.2.1.7"; # "Android Studio Ladybug | 2024.2.1 Beta 2" + sha256Hash = "sha256-YNUtRsKwXHfb7McJmTTT39/wW1rHjzw4kFQRwa12kJE="; }; latestVersion = { version = "2024.2.1.5"; # "Android Studio Ladybug | 2024.2.1 Canary 9"