8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
16 sha256 = "0pw9lm8y83mda7x39874ax2147818h1wcibi83pd2x4rp1hjbkkn";
19 nativeBuildInputs = [ autoreconfHook pkg-config scanmem ];
22 homepage = "https://github.com/ugtrain/ugtrain";
23 description = "The Universal Elite Game Trainer for CLI (Linux game trainer research project)";
24 maintainers = with maintainers; [ mtrsk ];
25 platforms = platforms.linux;
26 license = licenses.gpl3Only;