Merge pull request #333668 from r-ryantm/auto-update/openapi-changes

openapi-changes: 0.0.66 -> 0.0.67
This commit is contained in:
Nick Cao 2024-08-10 11:35:27 -04:00 committed by GitHub
commit 497223850b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "openapi-changes";
version = "0.0.66";
version = "0.0.67";
src = fetchFromGitHub {
owner = "pb33f";
repo = pname;
rev = "v${version}";
hash = "sha256-KacN/j6mc6eUovFfKLgu86pZBde5zRjhjuJyny6IjZU=";
hash = "sha256-SNH11z/0DeaYfGwBKW3iIeCVdlpcoZ1elIlgl+quWIY=";
};
# this test requires the `.git` of the project to be present