1 { buildGoModule, fetchFromGitHub, lib }:
7 src = fetchFromGitHub {
11 hash = "sha256-7mLn2axlHoXau9JtLhk1zwzhxkFGHgYPo7igI+IAsP4=";
17 description = "Go test output for humans";
18 homepage = "https://github.com/gotesttools/gotestfmt";
19 changelog = "https://github.com/GoTestTools/gotestfmt/releases/tag/v${version}";
20 license = licenses.unlicense;
21 maintainers = with maintainers; [ urandom ];