8 ioquake3.overrideAttrs (old: {
10 version = "unstable-2024-03-03";
11 buildInputs = old.buildInputs ++ [
15 src = fetchFromGitHub {
18 rev = "9f06abd5030c51cd4582ba3d24ba87531e3eadbc";
19 hash = "sha256-+zoSlNT+oqozQFnhA26PiMo1NnzJJY/r4tcm2wOCBP0=";
22 description = "ioquake3 with support for path aware networking";
23 maintainers = with lib.maintainers; [ matthewcroughan ];