1 { stdenv, lib, fetchFromGitHub, openssl, boost }:
7 src = fetchFromGitHub {
10 rev = "cfadf9c3836d5ae63a682913de24ba085df924f3";
11 sha256 = "1gcx4zj44f0viddnn5klkmq0dgd29av5p06iyf9f1va4a3lk0cbg";
23 mv stunserver $out/bin/
24 mv stunclient $out/bin/
39 description = "STUNTMAN - an open source STUN server and client";
40 homepage = "https://www.stunprotocol.org/";
41 license = licenses.asl20;
42 maintainers = with maintainers; [ mattchrist ];
43 platforms = platforms.unix;