openapi-generator-cli: 7.21.0 -> 7.22.0 (#521776)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-19 21:32:30 +00:00
committed by GitHub
@@ -30,7 +30,7 @@ let
"jdk.unsupported"
];
};
version = "7.21.0";
version = "7.22.0";
mainProgram = "openapi-generator-cli";
this = maven.buildMavenPackage {
inherit version;
@@ -41,7 +41,7 @@ let
owner = "OpenAPITools";
repo = "openapi-generator";
tag = "v${version}";
hash = "sha256-3e2JrZ+k88t3CyrkBzwkijs0yZGGwB9Se2CeSB02x6c=";
hash = "sha256-G3MuOJFXVpKNG9Y3JEVMJFxt2wWv1I1dSGuxni4JYdc=";
};
patches = [