10 src = fetchFromGitHub {
14 hash = "sha256-fonPxk/9ue8LzHTdKpuHJcucQoMl4P6gq+tbjS8Ui7Q=";
25 description = "Utility to convert JSON to and from HJSON";
26 homepage = "https://hjson.github.io/";
27 changelog = "https://github.com/hjson/hjson-go/releases/tag/v${version}";
28 maintainers = with maintainers; [ ehmry ];
29 license = licenses.mit;
30 mainProgram = "hjson-cli";