10 src = fetchFromGitHub {
14 hash = "sha256-vMoFIyZcAdObeQD5bGcQHlGpJv/a8yl/2HUVc8aDiIA=";
17 vendorHash = "sha256-i3Cgefe4krvH99N233IeEWkVt9AhdzROkJ5JBeTIaAs=";
19 ldflags = [ "-s" "-w" ];
22 description = "Check exhaustiveness of switch statements of enum-like constants in Go code";
23 mainProgram = "exhaustive";
24 homepage = "https://github.com/nishanths/exhaustive";
25 license = licenses.bsd2;
26 maintainers = with maintainers; [ meain ];