openapi-generator-cli: 7.21.0 -> 7.22.0

This commit is contained in:
Ihar Hrachyshka
2026-05-18 20:51:34 -04:00
parent 20edabdceb
commit 804cdfdb8f
@@ -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 = [