9 pname = "tf-summarize";
12 src = fetchFromGitHub {
14 repo = "tf-summarize";
16 hash = "sha256-HXmFxbYfzEp6hxdmvNcSI+8zM3wh7pVpFjquwP/t4PU=";
19 vendorHash = "sha256-nfontEgMj2qPbrM35iR7b65qrkWHCMY1v944iYdNLG8=";
24 "-X main.version=${version}"
27 passthru.tests.version = testers.testVersion {
28 package = tf-summarize;
29 command = "tf-summarize -v";
34 description = "Command-line utility to print the summary of the terraform plan";
35 mainProgram = "tf-summarize";
36 homepage = "https://github.com/dineshba/tf-summarize";
37 license = licenses.mit;
38 maintainers = with maintainers; [ pjrm ];