1 { lib, rustPlatform, fetchCrate }:
3 rustPlatform.buildRustPackage rec {
9 hash = "sha256-8SHZR8frDHLGj2WYlnFGBWY3B6xv4jByET7CODt2TGw=";
12 cargoHash = "sha256-/IvPvJo5zwvLY+P5+hsdbR56/pfopfwncEz9UGUS1Oc=";
15 description = "Markdown to groff (man page) converter";
16 homepage = "https://gitlab.com/kornelski/mandown";
17 license = with licenses; [ asl20 /* or */ mit ];
19 mainProgram = "mandown";