xivlauncher 1.1.0 -> 1.1.1 (#353151)

This commit is contained in:
lassulus 2024-11-15 10:52:48 +01:00 committed by GitHub
commit 47880618c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
, useSteamRun ? true }:
let
rev = "1.1.0";
rev = "1.1.1";
in
buildDotnetModule rec {
pname = "XIVLauncher";
@ -13,7 +13,7 @@ in
owner = "goatcorp";
repo = "XIVLauncher.Core";
inherit rev;
hash = "sha256-vf9cGY+JvMBpQliS1LDmbWjtAbXByrIeXThKtJGQrO8=";
hash = "sha256-gXec5Btnm/9M7jgPdrnLn8im0jCdLCJjsEBPpuCNz2I=";
fetchSubmodules = true;
};