1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
8 owner = "charmbracelet";
11 sha256 = "sha256-LozGwgm/LGOzCa+zKC77NX40etzT4PDeuw3yh1QMmMY=";
14 vendorHash = "sha256-QdMS1C8I3Ul5q6HQOw7+alinPo0yIZ4s7yIxQ/poEik=";
18 ldflags = [ "-s" "-w" "-X=main.Version=${version}" ];
21 description = "Single entrypoint for multiple SSH endpoints";
22 homepage = "https://github.com/charmbracelet/wishlist";
23 changelog = "https://github.com/charmbracelet/wishlist/releases/tag/v${version}";
24 license = licenses.mit;
25 maintainers = with maintainers; [ caarlos0 penguwin ];
26 mainProgram = "wishlist";