about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-19 12:47:54 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-19 12:47:54 +0000
commit9653c6ec84c8d56fffd5480533f5bde4c943e54e (patch)
treee264206070643b443c4f9b5dc24caf4bd56384b5
parentcd42480049d3d6f1180cdc5548d987add0cc529f (diff)
xivlauncher: 1.0.7 -> 1.0.8
-rw-r--r--pkgs/games/xivlauncher/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/xivlauncher/default.nix b/pkgs/games/xivlauncher/default.nix
index 63a0e5e4e35f8..ec617ad0f0f55 100644
--- a/pkgs/games/xivlauncher/default.nix
+++ b/pkgs/games/xivlauncher/default.nix
@@ -3,7 +3,7 @@
 , useSteamRun ? true }:
 
 let
-  rev = "1.0.7";
+  rev = "1.0.8";
 in
   buildDotnetModule rec {
     pname = "XIVLauncher";
@@ -13,7 +13,7 @@ in
       owner = "goatcorp";
       repo = "XIVLauncher.Core";
       inherit rev;
-      hash = "sha256-bWrFGaNkcKo5vUhhrpzEMuX1Ws6ud57sJ0tM4CUuUEk=";
+      hash = "sha256-x4W5L4k+u0MYKDWJu82QcXARW0zjmqqwGiueR1IevMk=";
       fetchSubmodules = true;
     };