6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 hash = "sha256-zkTBjsMFhRz7lVRh8i+XkaJ/qWmTAMPnkH5aDhbHf8U=";
17 cargoHash = "sha256-hXc+lB3DKnRZkp1U5wW/vPKSZ0c1UknQCAxDfE7Eubg=";
19 # Requires external resources
23 description = "Terminal wrapper for rendering a terminal on a website by converting ANSI escape sequences to HTML";
24 mainProgram = "to-html";
25 homepage = "https://github.com/Aloso/to-html";
26 changelog = "https://github.com/Aloso/to-html/blob/${src.rev}/CHANGELOG.md";
27 license = lib.licenses.mit;
28 platforms = lib.platforms.all;
29 maintainers = with lib.maintainers; [ icewind1991 ];