11 inherit pname version;
13 src = fetchFromGitHub {
17 hash = "sha256-fljSjch09kQCpnZerI/h4SRCyxUydfFZGyOXsxmgYOk=";
20 vendorHash = "sha256-gGmPQ8YaTk7xG5B8UPK7vOui5YFeEnkuGrAsf0eylXQ=";
25 "-X main.version=${version}"
29 description = "CLI tool for summarizing go test output. Pipe friendly. CI/CD friendly";
30 mainProgram = "tparse";
31 homepage = "https://github.com/mfridman/tparse";
32 license = lib.licenses.mit;
33 maintainers = with lib.maintainers; [ obreitwi ];