7 pname = "go-mod-graph-chart";
10 src = fetchFromGitHub {
14 hash = "sha256-vitUZXQyAj72ed9Gukr/sAT/iWWMhwsxjZhf2a9CM7I=";
19 # check requires opening webpage
23 description = "A tool build chart by go mod graph output with zero dependencies";
24 homepage = "https://github.com/PaulXu-cn/go-mod-graph-chart";
25 mainProgram = "gmchart";
26 license = licenses.mit;
27 maintainers = with maintainers; [ aleksana ];