12 src = fetchFromGitHub {
13 owner = "antoniomika";
15 rev = "refs/tags/v${version}";
16 hash = "sha256-YGeUiuLT67UI5whDAKcDFvYGnCIBkX4oCtKq47Qnw1k=";
19 vendorHash = "sha256-hlwJE31osz9MgZ0vCx4L6vo4PuGh0NgiPJgDq65fZ4U=";
24 "-X=github.com/antoniomika/sish/cmd.Commit=${src.rev}"
25 "-X=github.com/antoniomika/sish/cmd.Date=1970-01-01"
26 "-X=github.com/antoniomika/sish/cmd.Version=${version}"
30 version = testers.testVersion {
36 description = "HTTP(S)/WS(S)/TCP Tunnels to localhost";
37 homepage = "https://github.com/antoniomika/sish";
38 changelog = "https://github.com/antoniomika/sish/releases/tag/v${version}";
39 license = with licenses; [ mit ];
40 maintainers = with maintainers; [ fab ];