Skip to content

Commit

Permalink
openapi-generator-cli: 7.8.0 -> 7.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 8, 2024
1 parent beff8e9 commit 4681b2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/openapi-generator-cli/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ callPackage, lib, stdenv, fetchurl, jre, makeWrapper }:

let this = stdenv.mkDerivation (finalAttrs: {
version = "7.8.0";
version = "7.9.0";
pname = "openapi-generator-cli";

jarfilename = "openapi-generator-cli-${finalAttrs.version}.jar";
Expand All @@ -12,7 +12,7 @@ let this = stdenv.mkDerivation (finalAttrs: {

src = fetchurl {
url = "mirror://maven/org/openapitools/openapi-generator-cli/${finalAttrs.version}/${finalAttrs.jarfilename}";
sha256 = "sha256-0Yec9C2jH4z2HPaHmLjvJBivDGvZOlwYcOH/VD+7k2U=";
sha256 = "sha256-8Mt4OaLq2QQLIEUZsD8Uc7OcdyX9H0MTS7VQUVyz2+4=";
};

dontUnpack = true;
Expand Down

0 comments on commit 4681b2f

Please sign in to comment.