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 3 , useSteamRun ? true }: 4 4 5 5 let 6 - rev = "1.1.0"; 6 + rev = "1.1.1"; 7 7 in 8 8 buildDotnetModule rec { 9 9 pname = "XIVLauncher"; ··· 13 13 owner = "goatcorp"; 14 14 repo = "XIVLauncher.Core"; 15 15 inherit rev; 16 - hash = "sha256-vf9cGY+JvMBpQliS1LDmbWjtAbXByrIeXThKtJGQrO8="; 16 + hash = "sha256-gXec5Btnm/9M7jgPdrnLn8im0jCdLCJjsEBPpuCNz2I="; 17 17 fetchSubmodules = true; 18 18 }; 19 19