12 src = fetchFromGitHub {
16 hash = "sha256-FZR3KWBCulTbE1Rn6T1neJsjbps0HBPSzzZ57lngB/8=";
19 vendorHash = "sha256-2SkHId5BDAv525PISLjlrP862Z2fJDN4L839rz8rWaw=";
28 "-X=main.version=${version}"
32 installShellCompletion --cmd changie \
33 --bash <($out/bin/changie completion bash) \
34 --fish <($out/bin/changie completion fish) \
35 --zsh <($out/bin/changie completion zsh)
39 description = "Automated changelog tool for preparing releases with lots of customization options";
40 mainProgram = "changie";
41 homepage = "https://changie.dev";
42 changelog = "https://github.com/miniscruff/changie/blob/v${version}/CHANGELOG.md";
43 license = licenses.mit;
44 maintainers = with maintainers; [