Unverified Commit 49722385 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

openapi-changes: 0.0.66 -> 0.0.67
parents dca39a7b 609cc55a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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