xivlauncher: 1.0.2 -> 1.0.3
This commit is contained in:
parent
3dc551d988
commit
6a55b415ba
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
, useSteamRun ? true }:
|
, useSteamRun ? true }:
|
||||||
|
|
||||||
let
|
let
|
||||||
rev = "1.0.2";
|
rev = "1.0.3";
|
||||||
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;
|
||||||
sha256 = "DlSMxIbgzL5cy+A5nm7ZaA2A0TdINtq2GHW27uxORKI=";
|
hash = "sha256-aQVfW6Ef8X6L6hBEOCY/Py5tEyorXqtOO3v70mD7efA=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue