6 rustPlatform.buildRustPackage rec{
10 src = fetchFromGitHub {
14 hash = "sha256-T+GPIrcME6Wq5sdfIt4t426/3ew5sUQMykYeZ6zw1ko=";
17 cargoHash = "sha256-w+DQeiQAtVsTw1VJhntX1FXymgS0fxsXiUmd6OjVWLQ=";
25 homepage = "https://github.com/ihciah/shadow-tls";
26 description = "Proxy to expose real tls handshake to the firewall";
27 license = licenses.mit;
28 mainProgram = "shadow-tls";
29 maintainers = with maintainers; [ oluceps ];
30 platforms = platforms.linux;