From 9c99a7dadc94f41f63c50e41c95319c0b8f4eeaa Mon Sep 17 00:00:00 2001 From: Paul Mulders Date: Mon, 17 Apr 2023 11:28:41 +0200 Subject: [PATCH 1/2] androidStudioPackages.stable: 2022.1.1.20 -> 2022.2.1.18 --- .../applications/editors/android-studio/default.nix | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/pkgs/applications/editors/android-studio/default.nix b/pkgs/applications/editors/android-studio/default.nix index abadb183b91f..5a3a0f300ae9 100644 --- a/pkgs/applications/editors/android-studio/default.nix +++ b/pkgs/applications/editors/android-studio/default.nix @@ -10,17 +10,14 @@ let inherit tiling_wm; }; stableVersion = { - version = "2022.1.1.20"; # "Android Studio Electric Eel (2022.1.1) Patch 1" - sha256Hash = "sha256-UX7aOpTM23S7NBPNAz/fKEyK/dqWpok0NnpX9wck6p4="; + version = "2022.2.1.18"; # "Android Studio Flamingo (2022.2.1)" + sha256Hash = "sha256-zdhSxEmbX3QC30Tfxp6MpBj/yaaEyqs0BHR2/SyyTvw="; }; betaVersion = { - version = "2022.2.1.12"; # "Android Studio Flamingo (2022.2.1) Beta 1" - sha256Hash = "tIgmX9KiRInIupgIXWgg4dMf8bTwkVopOxAO5O1PUAc="; - }; - latestVersion = { # canary & dev - version = "2022.3.1.1"; # "Android Studio Girrafe (2022.3.1) Canary 1" - sha256Hash = "I7Zc4DDByUB6XOnk7v+91ccpNI7eX/T4d3vH60ih8ec="; + version = "2022.3.1.11"; # "Android Studio Giraffe (2022.3.1) Canary 11" + sha256Hash = "sha256-hQ0t7EbM22Ah8zL6jllzj1HY/9nktk4xliTyGOqqgS4="; }; + latestVersion = betaVersion; in { # Attributes are named by their corresponding release channels From f1694fdedce60560c0fda44e3fad8518942312f9 Mon Sep 17 00:00:00 2001 From: Paul Mulders Date: Sat, 22 Apr 2023 10:18:46 +0200 Subject: [PATCH 2/2] androidStudioPackages.beta: 2022.3.1.11 -> 2022.3.1.12 --- 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 5a3a0f300ae9..260f71ea6474 100644 --- a/pkgs/applications/editors/android-studio/default.nix +++ b/pkgs/applications/editors/android-studio/default.nix @@ -14,8 +14,8 @@ let sha256Hash = "sha256-zdhSxEmbX3QC30Tfxp6MpBj/yaaEyqs0BHR2/SyyTvw="; }; betaVersion = { - version = "2022.3.1.11"; # "Android Studio Giraffe (2022.3.1) Canary 11" - sha256Hash = "sha256-hQ0t7EbM22Ah8zL6jllzj1HY/9nktk4xliTyGOqqgS4="; + version = "2022.3.1.12"; # "Android Studio Giraffe (2022.3.1) Beta 1" + sha256Hash = "sha256-Wy5iifscL1Ko7ZInx/uAvyJyM4cS6LfTYWxdJbZk6po="; }; latestVersion = betaVersion; in {