6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 hash = "sha256-GZq5C8Q95OHKftEkps4Y6X6sAc4pzSfSq3ELUW/kPWI=";
17 cargoHash = "sha256-dJMqaDQVSrvZPwjPFixgqRRzxPJW/f1nO+81kHwGmYU=";
20 description = "Tool to auto-generate documentation for Rhai source code";
21 homepage = "https://github.com/rhaiscript/rhai-doc";
22 changelog = "https://github.com/rhaiscript/rhai-doc/releases/tag/${src.rev}";
23 license = with licenses; [ asl20 mit ];
24 maintainers = with maintainers; [ figsoda ];
25 mainProgram = "rhai-doc";