11 src = fetchFromGitHub {
12 owner = "FreifunkBremen";
15 hash = "sha256-z2vr1QmRCo8y4hopWP14xSV7lsWKkCzK9OehlVLFdIg=";
18 vendorHash = "sha256-6UiiajKLzW5e7y0F6GMYDZP6xTyOiccLIKlwvOY7LRo=";
21 "-X github.com/FreifunkBremen/yanic/cmd.VERSION=${version}"
26 nativeBuildInputs = [ installShellFiles ];
29 installShellCompletion --cmd yanic \
30 --bash <($out/bin/yanic completion bash) \
31 --fish <($out/bin/yanic completion fish) \
32 --zsh <($out/bin/yanic completion zsh)
36 description = "Tool to collect and aggregate respondd data";
37 homepage = "https://github.com/FreifunkBremen/yanic";
38 changelog = "https://github.com/FreifunkBremen/yanic/releases/tag/${src.rev}";
39 license = licenses.agpl3Only;
40 maintainers = with maintainers; [ herbetom ];
41 mainProgram = "yanic";