11 src = fetchFromGitHub {
15 hash = "sha256-oCeuQ4Do+Lyqsf8hBH9qvLxWbWQlqol481VrbnAW2ic=";
23 "-X=main.Version=${version}"
26 subPackages = [ "." ];
29 description = "Proxy HTTP requests through SSH";
30 homepage = "https://github.com/hoffie/sshified";
31 changelog = "https://github.com/hoffie/sshified/blob/v${version}/CHANGELOG.md";
32 license = lib.licenses.asl20;
33 maintainers = with lib.maintainers; [ joinemm ];
34 mainProgram = "sshified";