10 pname = "openapi-changes";
13 src = fetchFromGitHub {
17 hash = "sha256-v+THD4ZWnpeuxLfxaA4LUGdYV3X5rUKeCWq9HIub59Y=";
20 # this test requires the `.git` of the project to be present
22 rm git/read_local_test.go
25 nativeBuildInputs = [ makeWrapper ];
28 wrapProgram $out/bin/openapi-changes --prefix PATH : ${lib.makeBinPath [ git ]}
31 vendorHash = "sha256-IiI+mSbJNEpM6rryGtAnGSOcY2RXnvqXTZmZ82L1HPc=";
34 description = "World's sexiest OpenAPI breaking changes detector";
35 homepage = "https://pb33f.io/openapi-changes/";
36 changelog = "https://github.com/pb33f/openapi-changes/releases/tag/v${version}";
37 license = licenses.gpl3;
38 maintainers = with maintainers; [ mguentner ];