7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-GZq5C8Q95OHKftEkps4Y6X6sAc4pzSfSq3ELUW/kPWI=";
18 useFetchCargoVendor = true;
19 cargoHash = "sha256-Lk/vbYxBcK676qusl6mWO38RAkCuiyHwZLcJpcHrdO4=";
22 description = "Tool to auto-generate documentation for Rhai source code";
23 homepage = "https://github.com/rhaiscript/rhai-doc";
24 changelog = "https://github.com/rhaiscript/rhai-doc/releases/tag/${src.rev}";
25 license = with licenses; [
29 maintainers = with maintainers; [ figsoda ];
30 mainProgram = "rhai-doc";