7 pname = "go-cover-treemap";
10 src = fetchFromGitHub {
11 owner = "nikolaydubina";
12 repo = "go-cover-treemap";
14 hash = "sha256-MSkPot8uYcr8pxsIkJh2FThVK9xpzkN9Y69KeiQnQlA=";
17 vendorHash = "sha256-k/k+EGkuBnZFHrcWxnzLG8efWgb2i35Agf/sWbgTc4g=";
19 ldflags = [ "-s" "-w" ];
22 description = "Go code coverage to SVG treemap";
23 homepage = "https://github.com/nikolaydubina/go-cover-treemap";
24 license = licenses.mit;
25 maintainers = with maintainers; [ doronbehar ];
26 mainProgram = "go-cover-treemap";