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