1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "1v11ccrjghq7nsz0f91r17di14yixsw28vs0m3dwzwqkh1a20img";
14 vendorHash = "sha256-pVq6H1HoKqCMRfJg7FftRf3vh+BWZQe6cQAX+TBzKqw=";
16 subPackages = [ "." ];
19 description = "go test with colors";
20 homepage = "https://github.com/rakyll/gotest";
21 license = licenses.bsd3;
22 maintainers = with maintainers; [ ];