xivlauncher: 1.1.1 -> 1.1.2 (#394978)

Co-authored-by: witchof0x20 <jade@witchof.space>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-03-31 19:40:46 +00:00 committed by GitHub
commit 254cea3e5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
}:
let
rev = "1.1.1";
rev = "1.1.2";
in
buildDotnetModule rec {
pname = "XIVLauncher";
@ -27,7 +27,7 @@ buildDotnetModule rec {
owner = "goatcorp";
repo = "XIVLauncher.Core";
inherit rev;
hash = "sha256-gXec5Btnm/9M7jgPdrnLn8im0jCdLCJjsEBPpuCNz2I=";
hash = "sha256-QkA18C3oWxcW0vK6sji7vbm4bY5LxwIWierAg5qf38Q=";
fetchSubmodules = true;
};