Merge pull request #323837 from mguentner/mguentner/openapi_changes_0_0_65

openapi-changes: v0.0.61 -> v0.0.65
This commit is contained in:
Nick Cao 2024-07-04 08:35:55 -04:00 committed by GitHub
commit a4896e51ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,15 +7,13 @@
buildGoModule rec {
pname = "openapi-changes";
version = "0.0.61";
version = "0.0.65";
src = fetchFromGitHub {
owner = "pb33f";
repo = pname;
# github reports `the given path has multiple possibilities` for the tagged release
# rev = "v${version}";
rev = "f0bccc1fcf42ea6a97a81acc3283dbe14a3ebb51";
hash = "sha256-D0jUXCxlf1aF0uc/P9Lgu9Va4Es3CQcko9BzGg1pCq8=";
rev = "v${version}";
hash = "sha256-nqyKMlVx1WsbFk30XfnP/JQfy81kEYFEwLx1Tg0n7lQ=";
};
# this test requires the `.git` of the project to be present
@ -29,7 +27,7 @@ buildGoModule rec {
wrapProgram $out/bin/openapi-changes --prefix PATH : ${lib.makeBinPath [ git ]}
'';
vendorHash = "sha256-gaBVwrSaIwe1eh8voq928cxM/d0urVUF0OUwWZb2fR8=";
vendorHash = "sha256-VtwIAP2+FZ6Vpexcb9O68WfJdsTMrJn5bDjkxDe69e4=";
meta = with lib; {
description = "World's sexiest OpenAPI breaking changes detector";