Merge pull request #202392 from r-ryantm/auto-update/oapi-codegen

oapi-codegen: 1.12.2 -> 1.12.3
This commit is contained in:
Mario Rodas 2022-11-29 20:22:37 -05:00 committed by GitHub
commit 98d0421c1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "oapi-codegen";
version = "1.12.2";
version = "1.12.3";
src = fetchFromGitHub {
owner = "deepmap";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ZgYUCfqvKvXsgRziW0A7i4Cvntd4U2q9kKXHwBtAA9k=";
sha256 = "sha256-VjHZjClOiwz6XwbLJFSl6wEkhA5hOo3RNfNte37ZfBc=";
};
vendorSha256 = "sha256-XFXe02WTtkzIzpcVN1Vwi+7rTKWlrMWCOV/rrDBRliY=";