1 { lib, stdenv, fetchFromGitHub, autoreconfHook }:
3 stdenv.mkDerivation rec {
6 src = fetchFromGitHub {
10 hash = "sha256-JiddvTbuOysenrVWGUEyKSzpCF1PJaYWQUdz3FuLCdw=";
13 nativeBuildInputs = [ autoreconfHook ];
16 homepage = "https://github.com/bryanpkc/corkscrew";
17 description = "Tool for tunneling SSH through HTTP proxies";
18 license = lib.licenses.gpl2Only;
19 platforms = platforms.unix;
20 mainProgram = "corkscrew";