summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-11-17 08:49:53 -0500
committerGitHub <noreply@github.com>2024-11-17 08:49:53 -0500
commite0e9d35c201c6a0701d5dcc1fc091f47924f027d (patch)
tree79f59f661304787654b949735a6433f3add77582
parent[Backport release-24.05] arc-browser: 1.67.0-55463 -> 1.69.0-55816 (#356175) (diff)
parentxivlauncher 1.1.0 -> 1.1.1 (diff)
downloadnixpkgs-e0e9d35c201c6a0701d5dcc1fc091f47924f027d.tar.gz
[Backport release-24.05] xivlauncher 1.1.0 -> 1.1.1 (#356122)
-rw-r--r--pkgs/by-name/xi/xivlauncher/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/xi/xivlauncher/package.nix b/pkgs/by-name/xi/xivlauncher/package.nix
index 86fb36532711..5eeb5fb5738b 100644
--- a/pkgs/by-name/xi/xivlauncher/package.nix
+++ b/pkgs/by-name/xi/xivlauncher/package.nix
@@ -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;
};