10 src = fetchFromGitHub {
14 hash = "sha256-XzzN4oIG6E4NsMGl4HzFlgAGhkRieRn+jyA0bT8fcrg=";
17 vendorHash = "sha256-D87b/LhHnu8xE0wRdB/wLIuf5NlqrVnKt2WAF29bdZo=";
19 subPackages = [ "." ];
22 description = "Pluggable code security analysis tool";
23 mainProgram = "checkmate";
24 homepage = "https://github.com/adedayo/checkmate";
25 changelog = "https://github.com/adedayo/checkmate/releases/tag/v${version}";
26 license = licenses.bsd3;
27 maintainers = with maintainers; [ fab ];