1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "http://www.nocrew.org/software/httptunnel/${pname}-${version}.tar.gz";
9 sha256 = "0mn5s6p68n32xzadz6ds5i6bp44dyxzkq68r1yljlv470jr84bql";
13 description = "Creates a bidirectional virtual data connection tunnelled in HTTP requests";
14 homepage = "http://www.nocrew.org/software/httptunnel";
15 license = licenses.gpl2;
16 maintainers = with maintainers; [ koral ];
17 platforms = platforms.unix;