10 src = fetchFromGitHub {
14 hash = "sha256-qkIeE6gNBUUd5/IhcKhDmXZbzeSTR0r6qCAK/Nz7Kew=";
17 vendorHash = "sha256-SkBHFvQn3Q6fl/d1npEspTYhq1YrnusXNWr/Ky4bv64=";
19 ldflags = [ "-s" "-w" ];
22 mv $out/bin/cmd $out/bin/pingtunnel
26 description = "Tool that send TCP/UDP traffic over ICMP";
27 homepage = "https://github.com/esrrhs/pingtunnel";
28 license = licenses.mit;
29 maintainers = with maintainers; [ oluceps ];
30 mainProgram = "pingtunnel";