1 { ioquake3, fetchFromGitHub, pan-bindings, libsodium, lib }:
2 ioquake3.overrideAttrs (old: {
4 version = "unstable-2024-03-03";
5 buildInputs = old.buildInputs ++ [
9 src = fetchFromGitHub {
12 rev = "9f06abd5030c51cd4582ba3d24ba87531e3eadbc";
13 hash = "sha256-+zoSlNT+oqozQFnhA26PiMo1NnzJJY/r4tcm2wOCBP0=";
16 description = "ioquake3 with support for path aware networking";
17 maintainers = with lib.maintainers; [ matthewcroughan ];