7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-rRNikxSgr3isXkp/2oqPQ3JkugxuLgYlcT5c+4yIYBc=";
18 cargoHash = "sha256-ksdCvl8x6KfqNRnTeIKkL6nnr4d53wMv7pr2rupVkTI=";
20 # The tests relies on the presence of network connection
23 cargoBuildFlags = "--bin minijinja-cli";
26 description = "Command Line Utility to render MiniJinja/Jinja2 templates";
27 homepage = "https://github.com/mitsuhiko/minijinja";
28 license = with licenses; [ asl20 ];
29 maintainers = with maintainers; [ psibi ];
30 changelog = "https://github.com/mitsuhiko/minijinja/blob/${version}/CHANGELOG.md";
31 mainProgram = "minijinja-cli";