Skip to content

Commit 4788061

Browse files
authored
xivlauncher 1.1.0 -> 1.1.1 (#353151)
2 parents efc9da9 + d4997d0 commit 4788061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/xi/xivlauncher/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
, useSteamRun ? true }:
44

55
let
6-
rev = "1.1.0";
6+
rev = "1.1.1";
77
in
88
buildDotnetModule rec {
99
pname = "XIVLauncher";
@@ -13,7 +13,7 @@ in
1313
owner = "goatcorp";
1414
repo = "XIVLauncher.Core";
1515
inherit rev;
16-
hash = "sha256-vf9cGY+JvMBpQliS1LDmbWjtAbXByrIeXThKtJGQrO8=";
16+
hash = "sha256-gXec5Btnm/9M7jgPdrnLn8im0jCdLCJjsEBPpuCNz2I=";
1717
fetchSubmodules = true;
1818
};
1919

0 commit comments

Comments
 (0)