9 stdenv.mkDerivation rec {
13 src = fetchFromGitHub {
17 hash = "sha256-W8PLGd3RwmBTh1kw3k8+ZfP6AzRhZORCkxZzQ9ZbPN4=";
28 passthru.tests.version = testers.testVersion {
30 command = "rinetd --version";
34 description = "TCP/UDP port redirector";
35 homepage = "https://github.com/samhocevar/rinetd";
36 changelog = "https://github.com/samhocevar/rinetd/blob/${src.rev}/CHANGES.md";
37 license = licenses.gpl2Plus;
39 mainProgram = "rinetd";