Merge pull request #210737 from witchof0x20/plogon_here

xivlauncher: 1.0.2 -> 1.0.3
This commit is contained in:
Nick Cao 2023-01-16 13:02:00 +08:00 committed by GitHub
commit b7d280df7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 3 deletions

View File

@ -16295,6 +16295,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";

View File

@ -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;
};
@ -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; [ sersorrel witchof0x20 ];
platforms = [ "x86_64-linux" ];
mainProgram = "XIVLauncher.Core";
};