11 src = fetchFromGitHub {
15 sha256 = "sha256-6IzUpAsFUgF2FwiC17OfDn1M+8WYFQPpRyXbkpHIztw=";
18 vendorHash = "sha256-WMeHZN3s+8pIYEVaSLjI3Bz+rPTWHr1AkZ8lydjBwCw=";
20 # tests are broken in nix environment
24 description = "Generate Go tests from your source code";
25 mainProgram = "gotests";
26 homepage = "https://github.com/cweill/gotests";
27 maintainers = with maintainers; [ vdemeester ];
28 license = licenses.asl20;