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