8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
16 sha256 = "sha256-gVw1aVbYjDPYTtMYIXq3k+LN0gUBAbQm275sxzwoYw8=";
19 cargoSha256 = "sha256-/sOjd0JKk3MNNXYpTEXteFYtqDWYfyVItZrkX4uzjtc=";
21 buildInputs = lib.optionals stdenv.isDarwin [
26 description = "A cross-platform, user-space WireGuard port-forwarder that requires no root-access or system network configurations";
27 homepage = "https://github.com/aramperes/onetun";
28 license = licenses.mit;
29 maintainers = with maintainers; [ dit7ya ];