7 stdenvNoCC.mkDerivation rec {
11 src = fetchFromGitHub {
15 sha256 = "sha256-D+XYZI3kmK5sb+i8RxtODTvbTgzhpDzwB/JM61ddcTA=";
24 install -Dm755 $src/er-patcher $out/bin/er-patcher
25 patchShebangs $out/bin/er-patcher
29 homepage = "https://github.com/gurrgur/er-patcher";
30 changelog = "https://github.com/gurrgur/er-patcher/releases/tag/v${version}";
31 description = "Enhancement patches for Elden Ring adding ultrawide support, custom frame rate limits and more";
33 A tool aimed at enhancing the experience when playing the game on linux through proton or natively on windows.
34 This tool is based on patching the game executable through hex-edits. However it is done in a safe and non-destructive way,
35 that ensures the patched executable is never run with EAC enabled (unless explicity told to do so). Use at your own risk!
37 license = licenses.mit;
39 mainProgram = "er-patcher";