7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
15 hash = "sha256-cB2XMWjoZ1zLAmAfl/nqjdOyBDKZ+xtlEmqsZxjnFn0=";
21 install -Dm 755 microsocks -t $out/bin/
27 changelog = "https://github.com/rofl0r/microsocks/releases/tag/v${version}";
28 description = "Tiny, portable SOCKS5 server with very moderate resource usage";
29 homepage = "https://github.com/rofl0r/microsocks";
30 license = lib.licenses.mit;
31 mainProgram = "microsocks";
32 maintainers = with lib.maintainers; [ ramblurr ];