6 rustPlatform.buildRustPackage rec {
11 inherit pname version;
12 hash = "sha256-HjubzbRsmRU33oI1p1kzCFUjC2YQJhVqljd/FHzAnMw=";
15 cargoHash = "sha256-YBDB1g8cUOo1hS8Fi03Bvpe63bolbPmhGbvT16G73js=";
18 description = "Run applications through VPN connections in network namespaces";
19 homepage = "https://github.com/jamesmcm/vopono";
20 license = licenses.gpl3Plus;
21 platforms = platforms.linux;
22 maintainers = [ maintainers.romildo ];
23 mainProgram = "vopono";