10 src = fetchFromGitHub {
14 sha256 = "sha256-XdPRata9B8cK58eyAKxEBBwKAum+z0yoGgUGSkmhXfw=";
17 vendorHash = "sha256-F7G8K0tfXyLHQgqd2PE9eRXlhkFgijAO9LKKj9mvvwc=";
19 subPackages = [ "." ];
22 description = "Convert hcl2 to json";
23 homepage = "https://github.com/tmccombs/hcl2json";
24 license = licenses.asl20;
25 maintainers = with maintainers; [ jonringer ];