mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
[Backport release-24.05] xivlauncher 1.1.0 -> 1.1.1 (#356122)
This commit is contained in:
commit
e0e9d35c20
@ -3,7 +3,7 @@
|
|||||||
, useSteamRun ? true }:
|
, useSteamRun ? true }:
|
||||||
|
|
||||||
let
|
let
|
||||||
rev = "1.1.0";
|
rev = "1.1.1";
|
||||||
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-vf9cGY+JvMBpQliS1LDmbWjtAbXByrIeXThKtJGQrO8=";
|
hash = "sha256-gXec5Btnm/9M7jgPdrnLn8im0jCdLCJjsEBPpuCNz2I=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user