mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-05 22:06:00 +03:00
Merge pull request #210737 from witchof0x20/plogon_here
xivlauncher: 1.0.2 -> 1.0.3
This commit is contained in:
commit
b7d280df7a
@ -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";
|
||||
|
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user