1 { lib, buildGoModule, fetchFromGitHub, testers, mmark }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-14SGA3a72i+HYptTEpxf4YiLXZzZ1R/t1agvm3ie4g8=";
14 vendorSha256 = "sha256-GjR9cOGLB6URHQi+qcyNbP7rm0+y4wypvgUxgJzIgGQ=";
16 ldflags = [ "-s" "-w" ];
18 passthru.tests.version = testers.testVersion {
23 description = "A powerful markdown processor in Go geared towards the IETF";
24 homepage = "https://github.com/mmarkdown/mmark";
25 license = with lib.licenses; bsd2;
26 maintainers = with lib.maintainers; [ yrashk ];
27 platforms = lib.platforms.unix;