lol

xivlauncher: 1.2.0 -> 1.2.1

R. Ryantm 4967d802 cc0851f9

+2 -2
+2 -2
pkgs/by-name/xi/xivlauncher/package.nix
··· 17 17 }: 18 18 19 19 let 20 - rev = "1.2.0"; 20 + rev = "1.2.1"; 21 21 in 22 22 buildDotnetModule rec { 23 23 pname = "XIVLauncher"; ··· 27 27 owner = "goatcorp"; 28 28 repo = "XIVLauncher.Core"; 29 29 inherit rev; 30 - hash = "sha256-2ZL3giUrc4mUNh8rr+yI+k2Sx5rZsoFGR1ZBlTugH6M="; 30 + hash = "sha256-bGHUDPUrohcc/lLE647cicaEIYo9t1/anc2VeMJlsGc="; 31 31 fetchSubmodules = true; 32 32 }; 33 33