6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 hash = "sha256-pcMyI9jK5yyqZ7OlzDuG+9bK9QdZvXAxm4QS9awyqXk=";
17 cargoHash = "sha256-gZoK0EuULoZ5D6YPrjmn0Cv1Wu9t9xzJhP6/3OrBHeY=";
20 description = "Generate {bash,fish,zsh} completions from a single EBNF-like grammar";
21 mainProgram = "complgen";
22 homepage = "https://github.com/adaszko/complgen";
23 changelog = "https://github.com/adaszko/complgen/blob/${src.rev}/CHANGELOG.md";
24 license = licenses.asl20;
25 maintainers = with maintainers; [ figsoda ];