From 6a55b415ba096a05d48cd17911ec18e5b1711753 Mon Sep 17 00:00:00 2001 From: Jade Date: Sat, 14 Jan 2023 15:09:56 -0500 Subject: [PATCH 1/4] xivlauncher: 1.0.2 -> 1.0.3 --- pkgs/games/xivlauncher/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/games/xivlauncher/default.nix b/pkgs/games/xivlauncher/default.nix index b8560f2b4134..a11a57f1d2bf 100644 --- a/pkgs/games/xivlauncher/default.nix +++ b/pkgs/games/xivlauncher/default.nix @@ -3,7 +3,7 @@ , useSteamRun ? true }: let - rev = "1.0.2"; + rev = "1.0.3"; in buildDotnetModule rec { pname = "XIVLauncher"; @@ -13,7 +13,7 @@ in owner = "goatcorp"; repo = "XIVLauncher.Core"; inherit rev; - sha256 = "DlSMxIbgzL5cy+A5nm7ZaA2A0TdINtq2GHW27uxORKI="; + hash = "sha256-aQVfW6Ef8X6L6hBEOCY/Py5tEyorXqtOO3v70mD7efA="; fetchSubmodules = true; }; From b791880e4b0a928c2ddf3767d454c3c887f0dcfa Mon Sep 17 00:00:00 2001 From: Jade Date: Sun, 15 Jan 2023 11:15:35 -0500 Subject: [PATCH 2/4] maintainers: add witchof0x20 as maintainer --- maintainers/maintainer-list.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 6199f4b6ccf8..42166583c0aa 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -16269,6 +16269,15 @@ githubId = 5228243; name = "waelwindows"; }; + witchof0x20 = { + name = "Jade"; + email = "jade@witchof.space"; + github = "witchof0x20"; + githubId = 36118348; + keys = [{ + fingerprint = "69C9 876B 5797 1B2E 11C5 7C39 80A1 F76F C9F9 54AE"; + }]; + }; wuyoli = { name = "wuyoli"; email = "wuyoli@tilde.team"; From 95cd72f7315d092fccd8a5b7552f0376f61555d0 Mon Sep 17 00:00:00 2001 From: Jade Date: Sun, 15 Jan 2023 11:16:42 -0500 Subject: [PATCH 3/4] xivlauncher: add witchof0x20 as maintainer --- pkgs/games/xivlauncher/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/games/xivlauncher/default.nix b/pkgs/games/xivlauncher/default.nix index a11a57f1d2bf..7e1645b8af0e 100644 --- a/pkgs/games/xivlauncher/default.nix +++ b/pkgs/games/xivlauncher/default.nix @@ -62,7 +62,7 @@ in description = "Custom launcher for FFXIV"; homepage = "https://github.com/goatcorp/FFXIVQuickLauncher"; license = licenses.gpl3; - maintainers = with maintainers; [ ashkitten sersorrel ]; + maintainers = with maintainers; [ ashkitten sersorrel witchof0x20 ]; platforms = [ "x86_64-linux" ]; mainProgram = "XIVLauncher.Core"; }; From 2556ba08eef139bc7f4d51b049f50320f5fa8568 Mon Sep 17 00:00:00 2001 From: Winter Date: Sat, 14 Jan 2023 15:27:25 -0500 Subject: [PATCH 4/4] xivlauncher: remove ashkitten as maintainer Requested in https://github.com/NixOS/nixpkgs/pull/210737#issuecomment-1382894954 --- pkgs/games/xivlauncher/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/games/xivlauncher/default.nix b/pkgs/games/xivlauncher/default.nix index 7e1645b8af0e..0fe7981f9651 100644 --- a/pkgs/games/xivlauncher/default.nix +++ b/pkgs/games/xivlauncher/default.nix @@ -62,7 +62,7 @@ in description = "Custom launcher for FFXIV"; homepage = "https://github.com/goatcorp/FFXIVQuickLauncher"; license = licenses.gpl3; - maintainers = with maintainers; [ ashkitten sersorrel witchof0x20 ]; + maintainers = with maintainers; [ sersorrel witchof0x20 ]; platforms = [ "x86_64-linux" ]; mainProgram = "XIVLauncher.Core"; };