8 pname = "go-junit-report";
11 src = fetchFromGitHub {
13 repo = "go-junit-report";
15 sha256 = "sha256-s4XVjACmpd10C5k+P3vtcS/aWxI6UkSUPyxzLhD2vRI=";
18 vendorHash = "sha256-+KmC7m6xdkWTT/8MkGaW9gqkzeZ6LWL0DXbt+12iTHY=";
26 description = "Convert go test output to junit xml";
27 mainProgram = "go-junit-report";
28 homepage = "https://github.com/jstemmer/go-junit-report";
29 license = licenses.mit;
30 maintainers = with maintainers; [ cryptix ];