Commit d92b0d66 authored by R. RyanTM's avatar R. RyanTM
Browse files

openapi-generator-cli: 6.3.0 -> 6.4.0

parent 0663b90f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ callPackage, lib, stdenv, fetchurl, jre, makeWrapper }:

let this = stdenv.mkDerivation rec {
  version = "6.3.0";
  version = "6.4.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-1xTXvuxQCksCT+pj4+eHyb8fAc4YcK9Tn3xIijB7P1s=";
    sha256 = "sha256-Na6tMA4MlGn72dMM9G9BU4l9yygpEgkcpOySEtzp0VE=";
  };

  dontUnpack = true;