9 version = "1.1.2-unstable-2021-01-05";
11 src = fetchFromGitHub {
14 # Upstream has no tagged releases, but this commit bumps version
15 rev = "d0483f9cc59896ea59bb16f906f770562d332000";
16 hash = "sha256-Mu7ho0t5GzFYuBK6FEXhpsaRxn9HF3lnvMxRpg0aqYI=";
19 npmDepsHash = "sha256-tnsgNtMdnrKYxcYy9+4tgp1BX+o8e5/HUDeSP5BOvUQ=";
22 description = "JSON Fixer for Humans using (relaxed) JSON5";
23 homepage = "https://github.com/rhysd/fixjson";
24 license = lib.licenses.mit;
25 mainProgram = "fixjson";
26 maintainers = with lib.maintainers; [ pyrox0 ];