11 src = fetchFromGitHub {
14 rev = "@djot/djot@${version}";
15 hash = "sha256-dQfjI+8cKqn4qLT9eUKfCP++BFCWQ/MmrlQNVRNCFuU=";
18 npmDepsHash = "sha256-FjrjwhVv2WRjbEga9w37lwz7KYgTTHGsoqt496Uq/0c=";
25 installManPage doc/djot.1
29 description = "JavaScript implementation of djot";
30 homepage = "https://github.com/jgm/djot.js";
31 changelog = "https://github.com/jgm/djot.js/blob/${src.rev}/CHANGELOG.md";
32 license = licenses.mit;
33 maintainers = with maintainers; [ figsoda ];