openapi-changes: 0.0.75 -> 0.0.76 (#387738)

Co-authored-by: mguentner <mguentner@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] mguentner and committed by GitHub bf074708 39935919

+2 -2
+2 -2
pkgs/by-name/op/openapi-changes/package.nix
··· 9 9 10 10 buildGoModule rec { 11 11 pname = "openapi-changes"; 12 - version = "0.0.75"; 12 + version = "0.0.76"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "pb33f"; 16 16 repo = pname; 17 17 rev = "v${version}"; 18 - hash = "sha256-/bUnCN+/Gs5RW3N5fl0/ucwMG4mrYPG0syYMMqIQzIQ="; 18 + hash = "sha256-Z+jFfsreJYLdvxfFjmTr8SKHOV22iNDFKYUdi9/8QRI="; 19 19 }; 20 20 21 21 # this test requires the `.git` of the project to be present