11 src = fetchFromGitHub {
15 hash = "sha256-pYzdI7bcAPP47K4EKjsAV7UY2RLGX9m3tksYRZeGdTQ=";
18 vendorHash = "sha256-vdoEMMlFwS+BBd0EsrahVL3ZZE4PHQJP4CNwsqIo5Y8=";
20 subPackages = [ "cmd/api-linter" ];
28 description = "Linter for APIs defined in protocol buffers";
29 homepage = "https://github.com/googleapis/api-linter/";
30 changelog = "https://github.com/googleapis/api-linter/releases/tag/${src.rev}";
31 license = licenses.asl20;
32 maintainers = with maintainers; [ xrelkd ];
33 mainProgram = "api-linter";