diff options
| author | Nick Cao <nickcao@nichi.co> | 2024-11-17 08:49:53 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-17 08:49:53 -0500 |
| commit | e0e9d35c201c6a0701d5dcc1fc091f47924f027d (patch) | |
| tree | 79f59f661304787654b949735a6433f3add77582 | |
| parent | [Backport release-24.05] arc-browser: 1.67.0-55463 -> 1.69.0-55816 (#356175) (diff) | |
| parent | xivlauncher 1.1.0 -> 1.1.1 (diff) | |
| download | nixpkgs-e0e9d35c201c6a0701d5dcc1fc091f47924f027d.tar.gz | |
[Backport release-24.05] xivlauncher 1.1.0 -> 1.1.1 (#356122)
| -rw-r--r-- | pkgs/by-name/xi/xivlauncher/package.nix | 4 |
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; }; |
