10 src = fetchFromGitHub {
13 rev = "refs/tags/v${version}";
14 hash = "sha256-hZm0dVDwX6cHiN0TvAcHCWbMAf+k9CCQfC9nlV2vfN4=";
17 vendorHash = "sha256-i6Fb+jSP6LzZoPTHhjQi3YbPBWY6OmsORV8ATcLrHG0=";
22 "-X=github.com/jpillora/chisel/share.BuildVersion=${version}"
25 # Tests require access to the network
29 description = "TCP/UDP tunnel over HTTP";
31 Chisel is a fast TCP/UDP tunnel, transported over HTTP, secured via
32 SSH. Single executable including both client and server. Chisel is
33 mainly useful for passing through firewalls, though it can also be
34 used to provide a secure endpoint into your network.
36 homepage = "https://github.com/jpillora/chisel";
37 changelog = "https://github.com/jpillora/chisel/releases/tag/v${version}";
38 license = with licenses; [ mit ];
39 maintainers = with maintainers; [ fab ];