12 src = fetchFromGitHub {
16 hash = "sha256-OLIdtKzCqnBkzdUSIl+UlENeMl3zrBE47pLWPg+6qXw=";
19 vendorHash = "sha256-DyN2z6+lA/163k6TTQZ+ypm9s2EV93zvSo/yKQZXvCg=";
27 updateScript = nix-update-script { };
31 description = "Check exhaustiveness of switch statements of enum-like constants in Go code";
32 mainProgram = "exhaustive";
33 homepage = "https://github.com/nishanths/exhaustive";
34 license = licenses.bsd2;
35 maintainers = with maintainers; [ meain ];