1 { lib, rustPlatform, fetchFromGitHub }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-RUwJxoD6H0CgS7xyfzMLdoy19p/FuOg82EbocZh7vWs=";
14 cargoHash = "sha256-rbGl7jQABZu4aMpzlv49uMuKmw7U+9zLS6pAJIJajR8=";
17 description = "CommonMark-compatible GitHub Flavored Markdown parser and formatter";
18 mainProgram = "comrak";
19 homepage = "https://github.com/kivikakk/comrak";
20 changelog = "https://github.com/kivikakk/comrak/blob/${version}/changelog.txt";
21 license = licenses.bsd2;
22 maintainers = with maintainers; [ figsoda ];