From 882e52419f0b07ca9fc060cdd78b9798865a9d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Heredia=20Montiel?= Date: Mon, 18 Oct 2021 09:29:21 -0500 Subject: [PATCH 1/2] =?UTF-8?q?android-studio:=202020.3.1.24=20=E2=86=92?= =?UTF-8?q?=202020.3.1.25?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 9cee6485500a..af4fc5c997cc 100644 --- a/pkgs/applications/editors/android-studio/default.nix +++ b/pkgs/applications/editors/android-studio/default.nix @@ -9,8 +9,8 @@ let inherit buildFHSUserEnv; }; stableVersion = { - version = "2020.3.1.24"; # "Android Studio Arctic Fox (2020.3.1)" - sha256Hash = "0k8jcq8vpjayvwm9wqcrjhnp7dly0h4bb8nxspck5zmi8q2ar67l"; + version = "2020.3.1.25"; # "Android Studio Arctic Fox (2020.3.1)" + sha256Hash = "10gpwb130bzp6a9g958cjqcb2gsm0vdgm08nm5xy45xdh54nxjfg"; }; betaVersion = { version = "2021.1.1.14"; # "Android Studio Bumblebee (2021.1.1) Beta 1" From 6c156651f450f1fdd57c36796df0af14e201020f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Heredia=20Montiel?= Date: Tue, 19 Oct 2021 11:30:38 -0500 Subject: [PATCH 2/2] android-studio: add fabianhjr to maintainers --- pkgs/applications/editors/android-studio/common.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/editors/android-studio/common.nix b/pkgs/applications/editors/android-studio/common.nix index 8062d26b2843..1393ae943028 100644 --- a/pkgs/applications/editors/android-studio/common.nix +++ b/pkgs/applications/editors/android-studio/common.nix @@ -214,9 +214,9 @@ in runCommand # source-code itself). platforms = [ "x86_64-linux" ]; maintainers = with maintainers; rec { - stable = [ meutraa ]; - beta = [ meutraa ]; - canary = [ meutraa ]; + stable = [ meutraa fabianhjr ]; + beta = [ meutraa fabianhjr ]; + canary = [ meutraa fabianhjr ]; dev = canary; }."${channel}"; };