Revert "Merge pull request #371 from DarkKirb/update-xivlauncher"

This reverts commit 6518d92899, reversing
changes made to 2310722115.
This commit is contained in:
Charlotte 🦝 Delenk 2024-03-20 10:14:44 +01:00
parent 830130482e
commit 48749c421f

View file

@ -74,14 +74,4 @@ in
doCheck = false;
doInstallCheck = false;
});
xivlauncher = prev.xivlauncher.overrideAttrs (_: {
version = "1.0.8";
src = self.fetchFromGitHub {
owner = "goatcorp";
repo = "XIVLauncher.Core";
rev = "1.0.8";
hash = "sha256-x4W5L4k+u0MYKDWJu82QcXARW0zjmqqwGiueR1IevMk=";
fetchSubmodules = true;
};
});
}