11 src = fetchFromGitHub {
14 rev = "refs/tags/v${version}";
15 hash = "sha256-IgvpMuDwMK9IdPs1IRbPbpgr7xZuDX3boVT5d7Lb+3w=";
18 vendorHash = "sha256-i/m2s9e8PDfGmguNihynVI3Y7nAXC4weoWFXOwUVDSE=";
28 installShellCompletion --cmd goverview \
29 --bash <($out/bin/goverview completion bash) \
30 --fish <($out/bin/goverview completion fish) \
31 --zsh <($out/bin/goverview completion zsh)
34 # Tests require network access
38 description = "Tool to get an overview of the list of URLs";
39 mainProgram = "goverview";
40 homepage = "https://github.com/j3ssie/goverview";
41 changelog = "https://github.com/j3ssie/goverview/releases/tag/v${version}";
42 license = licenses.mit;
43 maintainers = with maintainers; [ fab ];