9 pname = "openapi-changes";
12 src = fetchFromGitHub {
16 hash = "sha256-nqyKMlVx1WsbFk30XfnP/JQfy81kEYFEwLx1Tg0n7lQ=";
19 # this test requires the `.git` of the project to be present
21 rm git/read_local_test.go
24 nativeBuildInputs = [ makeWrapper ];
27 wrapProgram $out/bin/openapi-changes --prefix PATH : ${lib.makeBinPath [ git ]}
30 vendorHash = "sha256-VtwIAP2+FZ6Vpexcb9O68WfJdsTMrJn5bDjkxDe69e4=";
33 description = "World's sexiest OpenAPI breaking changes detector";
34 homepage = "https://pb33f.io/openapi-changes/";
35 changelog = "https://github.com/pb33f/openapi-changes/releases/tag/v${version}";
36 license = licenses.gpl3;
37 maintainers = with maintainers; [ mguentner ];