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] 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 ae37b6f2fd89..ccabb6b11947 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