oapi-codegen: 2.5.1 -> 2.8.0 (#494842)

This commit is contained in:
Maximilian Bosch
2026-07-30 10:07:30 +00:00
committed by GitHub

View File

@@ -6,16 +6,16 @@
buildGoModule (finalAttrs: {
pname = "oapi-codegen";
version = "2.5.1";
version = "2.8.0";
src = fetchFromGitHub {
owner = "deepmap";
repo = "oapi-codegen";
tag = "v${finalAttrs.version}";
hash = "sha256-1xTWykLH2g4ShznwO3lHvKyb5FC05grWl/WbI/y9648=";
hash = "sha256-CrHseuO3gNFTJgP9b8Tec7qJ/jvmKgm3ZwiMBrAcIq8=";
};
vendorHash = "sha256-MPbdJ5BsB6KiinWl1wvcX900hQBiXiZ0zdESKVsxcSI=";
vendorHash = "sha256-Oom7OcyWv+iXDb1AUsHXJ74eMYN9L7InrNuq4pfggYA=";
# Tests use network
doCheck = false;