Skip to content

openapi-generator-cli: 7.18.0 -> 7.20.0 - #482034

Closed
r-ryantm wants to merge 1 commit into
NixOS:masterfrom
r-ryantm:auto-update/openapi-generator-cli
Closed

openapi-generator-cli: 7.18.0 -> 7.20.0#482034
r-ryantm wants to merge 1 commit into
NixOS:masterfrom
r-ryantm:auto-update/openapi-generator-cli

Conversation

@r-ryantm

Copy link
Copy Markdown
Contributor

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for openapi-generator-cli is: Allows generation of API client libraries (SDK generation), server stubs and documentation automatically given an OpenAPI Spec

meta.homepage for openapi-generator-cli is: https://github.com/OpenAPITools/openapi-generator

meta.changelog for openapi-generator-cli is: https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.19.0

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 7.19.0 in filename of file in /nix/store/zwibfq1a16jg2w3bc7vs4myyznhj4ify-openapi-generator-cli-7.19.0

Rebuild report (if merged into master) (click to expand)
3 total rebuild path(s)

3 package rebuild(s)

First fifty rebuilds by attrpath

openapi-generator-cli
warpgate
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/zwibfq1a16jg2w3bc7vs4myyznhj4ify-openapi-generator-cli-7.19.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A openapi-generator-cli https://github.com/r-ryantm/nixpkgs/archive/3bd161f549fe6d6401ba59b9abc654f15e69bdf8.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/3bd161f549fe6d6401ba59b9abc654f15e69bdf8#openapi-generator-cli

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/zwibfq1a16jg2w3bc7vs4myyznhj4ify-openapi-generator-cli-7.19.0
ls -la /nix/store/zwibfq1a16jg2w3bc7vs4myyznhj4ify-openapi-generator-cli-7.19.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review --extra-nixpkgs-config '{ allowBroken = false; }'
Commit: 3bd161f549fe6d6401ba59b9abc654f15e69bdf8


x86_64-linux

✅ 2 packages built:
  • openapi-generator-cli
  • warpgate

Maintainer pings

cc @booxter @Shou for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.

@nixpkgs-ci
nixpkgs-ci Bot requested review from Shou and booxter January 20, 2026 19:07
@nixpkgs-ci nixpkgs-ci Bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 2.status: merge-bot eligible This PR can be merged by commenting "@NixOS/nixpkgs-merge-bot merge". labels Jan 20, 2026
@booxter

booxter commented Jan 24, 2026

Copy link
Copy Markdown
Contributor

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 482034 --additional-package openapi-generator-cli.passthru.tests
Commit: 3bd161f549fe6d6401ba59b9abc654f15e69bdf8


x86_64-linux

❌ 3 packages failed to build:
  • openapi-generator-cli
  • openapi-generator-cli.passthru.tests.example
  • warpgate

aarch64-linux

❌ 3 packages failed to build:
  • openapi-generator-cli
  • openapi-generator-cli.passthru.tests.example
  • warpgate

x86_64-darwin

❌ 3 packages failed to build:
  • openapi-generator-cli
  • openapi-generator-cli.passthru.tests.example
  • warpgate

aarch64-darwin

❌ 3 packages failed to build:
  • openapi-generator-cli
  • openapi-generator-cli.passthru.tests.example
  • warpgate

@booxter

booxter commented Jan 25, 2026

Copy link
Copy Markdown
Contributor

Not sure why the bot keeps posting wrong maven hashes. If I run included update script, it produces a different hash. Posted here: #483728

@booxter booxter left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong hash for maven deps.

@nixpkgs-ci nixpkgs-ci Bot added the 8.has: package (update) This PR updates a package to a newer version label Jan 27, 2026
@r-ryantm r-ryantm changed the title openapi-generator-cli: 7.18.0 -> 7.19.0 openapi-generator-cli: 7.18.0 -> 7.20.0 Feb 18, 2026
@r-ryantm

Copy link
Copy Markdown
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for openapi-generator-cli is: Allows generation of API client libraries (SDK generation), server stubs and documentation automatically given an OpenAPI Spec

meta.homepage for openapi-generator-cli is: https://github.com/OpenAPITools/openapi-generator

meta.changelog for openapi-generator-cli is: https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.20.0

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 7.20.0 in filename of file in /nix/store/ayvfjbb7w0dwjgn1v0pmg7lb3s1crbaf-openapi-generator-cli-7.20.0

Rebuild report (if merged into master) (click to expand)
3 total rebuild path(s)

3 package rebuild(s)

First fifty rebuilds by attrpath

openapi-generator-cli
warpgate
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/ayvfjbb7w0dwjgn1v0pmg7lb3s1crbaf-openapi-generator-cli-7.20.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A openapi-generator-cli https://github.com/r-ryantm/nixpkgs/archive/520657c066511848e5cd32e834a884ce03e55bb2.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/520657c066511848e5cd32e834a884ce03e55bb2#openapi-generator-cli

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/ayvfjbb7w0dwjgn1v0pmg7lb3s1crbaf-openapi-generator-cli-7.20.0
ls -la /nix/store/ayvfjbb7w0dwjgn1v0pmg7lb3s1crbaf-openapi-generator-cli-7.20.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review --extra-nixpkgs-config '{ allowBroken = false; }'
Commit: 520657c066511848e5cd32e834a884ce03e55bb2


x86_64-linux

✅ 2 packages built:
  • openapi-generator-cli
  • warpgate

Maintainer pings

cc @booxter @Shou for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.

@r-ryantm
r-ryantm force-pushed the auto-update/openapi-generator-cli branch from 3bd161f to 520657c Compare February 18, 2026 00:31
@wishstudio

Copy link
Copy Markdown
Contributor

This should be superseded by #483728 ?

@nixpkgs-ci nixpkgs-ci Bot added the 2.status: merge conflict This PR has merge conflicts with the target branch label Apr 7, 2026
@r-ryantm
r-ryantm deleted the auto-update/openapi-generator-cli branch April 10, 2026 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2.status: merge conflict This PR has merge conflicts with the target branch 2.status: merge-bot eligible This PR can be merged by commenting "@NixOS/nixpkgs-merge-bot merge". 8.has: package (update) This PR updates a package to a newer version 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants