2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-16 15:18:24 +00:00

openapi-generator-cli: 6.2.1 -> 6.3.0

This commit is contained in:
R. Ryantm 2023-02-04 23:31:28 +00:00
parent 524b2a6525
commit f506637f47

View File

@ -1,7 +1,7 @@
{ callPackage, lib, stdenv, fetchurl, jre, makeWrapper }:
let this = stdenv.mkDerivation rec {
version = "6.2.1";
version = "6.3.0";
pname = "openapi-generator-cli";
jarfilename = "${pname}-${version}.jar";
@ -12,7 +12,7 @@ let this = stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://maven/org/openapitools/${pname}/${version}/${jarfilename}";
sha256 = "sha256-8shgDywj7hEj7r9H7w9A2zhmJ+dbA0DKFhgsEPQXT6k=";
sha256 = "sha256-1xTXvuxQCksCT+pj4+eHyb8fAc4YcK9Tn3xIijB7P1s=";
};
dontUnpack = true;