{ lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = "natpunch-go"; version = "0.0.0"; src = fetchFromGitHub { owner = "malcolmseyd"; repo = pname; rev = "3aa1d73809dcd34a8ffdaf31479c6847636ed503"; sha256 = "sha256-at4EiRNy65+5Y7duVnRQq345btjVqKLQU9DiChRuJ8g="; }; vendorSha256 = "sha256-82r1HW97ZIhWRU7Z+x6yODjxTJ+WDEDe4FIVOWk6zZs="; meta = with lib; { description = "NAT puncher for Wireguard mesh networking"; homepage = "https://github.com/malcolmseyd/natpunch-go"; license = with licenses; [ ]; maintainers = with maintainers; [ julm ]; }; }