xivlauncher 1.1.0 -> 1.1.1 (#353151)

authored by lassulus and committed by GitHub 47880618 efc9da91

+2 -2
+2 -2
pkgs/by-name/xi/xivlauncher/package.nix
··· 3 , useSteamRun ? true }: 4 5 let 6 - rev = "1.1.0"; 7 in 8 buildDotnetModule rec { 9 pname = "XIVLauncher"; ··· 13 owner = "goatcorp"; 14 repo = "XIVLauncher.Core"; 15 inherit rev; 16 - hash = "sha256-vf9cGY+JvMBpQliS1LDmbWjtAbXByrIeXThKtJGQrO8="; 17 fetchSubmodules = true; 18 }; 19
··· 3 , useSteamRun ? true }: 4 5 let 6 + rev = "1.1.1"; 7 in 8 buildDotnetModule rec { 9 pname = "XIVLauncher"; ··· 13 owner = "goatcorp"; 14 repo = "XIVLauncher.Core"; 15 inherit rev; 16 + hash = "sha256-gXec5Btnm/9M7jgPdrnLn8im0jCdLCJjsEBPpuCNz2I="; 17 fetchSubmodules = true; 18 }; 19