8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
16 hash = "sha256-LZ6NsoyEPUvgcVdbG7U2Vzuz/TLLraScvW97PocUNpU=";
19 cargoHash = "sha256-sQKZJVnRs4IcBKmmaQDoJYBQtnuZW4aEICr6Xa8Flnk=";
30 RUSTONIG_SYSTEM_LIBONIG = true;
34 description = "Tool to take all source code in a folder and render them to one image";
35 homepage = "https://github.com/sloganking/codevis";
36 changelog = "https://github.com/sloganking/codevis/releases/tag/${src.rev}";
37 license = licenses.mit;
38 maintainers = with maintainers; [ figsoda ];
39 mainProgram = "codevis";