10 src = fetchFromGitHub {
11 owner = "astarte-platform";
14 hash = "sha256-T4/lkeipE7GWq1zTxkoV3MfADlduFKtGuB/dsI4YZZw=";
17 vendorHash = "sha256-kVI1DigDlTvrYLVRUYoW+AAkd31d9EehjRJxrqo8OB4=";
19 nativeBuildInputs = [ installShellFiles ];
22 installShellCompletion --cmd astartectl \
23 --bash <($out/bin/astartectl completion bash) \
24 --fish <($out/bin/astartectl completion fish) \
25 --zsh <($out/bin/astartectl completion zsh)
29 homepage = "https://github.com/astarte-platform/astartectl";
30 description = "Astarte command line client utility";
31 license = licenses.asl20;
32 mainProgram = "astartectl";
33 maintainers = with maintainers; [ noaccos ];