From 3906776371fc7375955141783fcc5d776c0f6a30 Mon Sep 17 00:00:00 2001 From: Daneo Van Overloop <7900887+daneov@users.noreply.github.com> Date: Sun, 27 Aug 2023 21:19:40 +0200 Subject: [PATCH 1/3] android-studio: 2022.3.1.18 -> 2022.3.1.19 Android Studio Giraffe is the latest stable, as can be seen at [https://developer.android.com/studio - Archived link](http://archive.today/2023.08.27-165708/https://developer.android.com/studio) It has received a patch update, with details at: https://developer.android.com/studio/releases#android-studio-giraffe-|-2022.3.1-patch-1-august-2023 --- 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 e71677c130e..d7d0f21c882 100644 --- a/pkgs/applications/editors/android-studio/default.nix +++ b/pkgs/applications/editors/android-studio/default.nix @@ -10,8 +10,8 @@ let inherit tiling_wm; }; stableVersion = { - version = "2022.3.1.18"; # "Android Studio Giraffe (2022.3.1)" - sha256Hash = "sha256-JCFeEySmrJEYELLMGvstc1z3Rd+8BpGKQrjW+8a/dDM="; + version = "2022.3.1.19"; # "Android Studio Giraffe (2022.3.1)" + sha256Hash = "sha256-JQYl3KsYPgxo6/Eu+KUir3NpUn128e/HBPk8BbAv+p4="; }; betaVersion = { version = "2022.3.1.17"; # "Android Studio Giraffe (2022.3.1) RC 1" From b8e66dbd698a016c2f1e49e3aa995700524c6691 Mon Sep 17 00:00:00 2001 From: Daneo Van Overloop <7900887+daneov@users.noreply.github.com> Date: Sun, 27 Aug 2023 21:26:30 +0200 Subject: [PATCH 2/3] android-studio-beta: 2022.3.1.17 -> 2023.1.1.7 The current beta is called Hedgehog, as can be observed on the [Android developer page (archived)](https://archive.ph/BNZik). --- 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 d7d0f21c882..ae37b6f2fd8 100644 --- a/pkgs/applications/editors/android-studio/default.nix +++ b/pkgs/applications/editors/android-studio/default.nix @@ -14,8 +14,8 @@ let sha256Hash = "sha256-JQYl3KsYPgxo6/Eu+KUir3NpUn128e/HBPk8BbAv+p4="; }; betaVersion = { - version = "2022.3.1.17"; # "Android Studio Giraffe (2022.3.1) RC 1" - sha256Hash = "sha256-Bpur9ytiwa0udiyYVxlfLT4M+ZcO5atQUQg/ForATP4="; + version = "2023.1.1.17"; # "Android Studio Hedgehog (2023.3.1)" + sha256Hash = "sha256-0sN+B1RxxlbgxXrEs8gft4qjvIYtazJS6DllHZ2h768="; }; latestVersion = { version = "2023.1.1.14"; # Android Studio Hedgehog (2023.1.1) Canary 14 From 1c7fe3d70399ca7e78dfc092931294b2e732b007 Mon Sep 17 00:00:00 2001 From: Daneo Van Overloop <7900887+daneov@users.noreply.github.com> Date: Sun, 27 Aug 2023 21:30:33 +0200 Subject: [PATCH 3/3] android-studio-canary: 2023.1.1.14 -> 2023.2.1.1 The new canary is called `Iguana`, as can be observed on the current [Android Preview release-page (archived)](https://archive.ph/BNZik). --- 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 ae37b6f2fd8..ccabb6b1194 100644 --- a/pkgs/applications/editors/android-studio/default.nix +++ b/pkgs/applications/editors/android-studio/default.nix @@ -18,8 +18,8 @@ let sha256Hash = "sha256-0sN+B1RxxlbgxXrEs8gft4qjvIYtazJS6DllHZ2h768="; }; latestVersion = { - version = "2023.1.1.14"; # Android Studio Hedgehog (2023.1.1) Canary 14 - sha256Hash = "sha256-MgZDUpRyM0XDfgqfYjtJJyG2CBaNB06PgtoJltDwNwk="; + version = "2023.2.1.1"; # Android Studio Iguana (2023.2.1) Canary 1 + sha256Hash = "sha256-7ub9GkJd9J37nG2drXOuU7r4w/gI+m9nlWANqIk2ddk="; }; in { # Attributes are named by their corresponding release channels