xivlauncher: 1.0.7 -> 1.0.8
This commit is contained in:
parent
cd42480049
commit
9653c6ec84
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
, useSteamRun ? true }:
|
, useSteamRun ? true }:
|
||||||
|
|
||||||
let
|
let
|
||||||
rev = "1.0.7";
|
rev = "1.0.8";
|
||||||
in
|
in
|
||||||
buildDotnetModule rec {
|
buildDotnetModule rec {
|
||||||
pname = "XIVLauncher";
|
pname = "XIVLauncher";
|
||||||
|
@ -13,7 +13,7 @@ in
|
||||||
owner = "goatcorp";
|
owner = "goatcorp";
|
||||||
repo = "XIVLauncher.Core";
|
repo = "XIVLauncher.Core";
|
||||||
inherit rev;
|
inherit rev;
|
||||||
hash = "sha256-bWrFGaNkcKo5vUhhrpzEMuX1Ws6ud57sJ0tM4CUuUEk=";
|
hash = "sha256-x4W5L4k+u0MYKDWJu82QcXARW0zjmqqwGiueR1IevMk=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue