7 rustPlatform.buildRustPackage rec {
11 passthru.updateScript = nix-update-script { };
14 url = "https://git.tudbut.de/tudbut/revpfw3";
16 hash = "sha256-v8BtgQYdELui5Yu8kpE5f97MSo/WhNah+e1xXhZGJwM=";
19 cargoHash = "sha256-MmVN4NmwSZiWYh7uMAQ+OogJT1kRLoB2q6gVfoaer54=";
22 description = "Reverse proxy to bypass the need for port forwarding";
23 homepage = "https://git.tudbut.de/tudbut/revpfw3";
24 license = lib.licenses.mit;
25 maintainers = with lib.maintainers; [ tudbut ];
26 mainProgram = "revpfw3";