Skip to content

wgpu-native: 27.0.4.0 -> 29.0.1.1 - #536371

Open
r-ryantm wants to merge 1 commit into
NixOS:masterfrom
r-ryantm:auto-update/wgpu-native
Open

wgpu-native: 27.0.4.0 -> 29.0.1.1#536371
r-ryantm wants to merge 1 commit into
NixOS:masterfrom
r-ryantm:auto-update/wgpu-native

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 wgpu-native is: Native WebGPU implementation based on wgpu-core

meta.homepage for wgpu-native is: https://github.com/gfx-rs/wgpu-native

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 29.0.1.1 with grep in /nix/store/5dlgkygfzj2v8yhk0r9cw6qcxp780i74-wgpu-native-29.0.1.1
  • found 29.0.1.1 in filename of file in /nix/store/5dlgkygfzj2v8yhk0r9cw6qcxp780i74-wgpu-native-29.0.1.1

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

6 package rebuild(s)

First fifty rebuilds by attrpath

python313Packages.rendercanvas
python313Packages.wgpu-py
python314Packages.rendercanvas
python314Packages.wgpu-py
wgpu-native
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/5dlgkygfzj2v8yhk0r9cw6qcxp780i74-wgpu-native-29.0.1.1 \
  --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 wgpu-native https://github.com/r-ryantm/nixpkgs/archive/9a2defb08b470424ca9fa0d0bf5417f310c76f4c.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/9a2defb08b470424ca9fa0d0bf5417f310c76f4c#wgpu-native

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

ls -la /nix/store/5dlgkygfzj2v8yhk0r9cw6qcxp780i74-wgpu-native-29.0.1.1
ls -la /nix/store/5dlgkygfzj2v8yhk0r9cw6qcxp780i74-wgpu-native-29.0.1.1/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: 9a2defb08b470424ca9fa0d0bf5417f310c76f4c


x86_64-linux

❌ 2 packages failed to build:
  • python313Packages.rendercanvas
  • python314Packages.rendercanvas
✅ 3 packages built:
  • python313Packages.wgpu-py
  • python314Packages.wgpu-py
  • wgpu-native

Maintainer pings

cc @niklaskorz 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 a review from niklaskorz June 28, 2026 17:22
@nixpkgs-ci nixpkgs-ci Bot added 8.has: package (update) This PR updates a package to a newer version 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 Jun 28, 2026

@niklaskorz niklaskorz left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Waiting for the new wgpu-py release for compatibility: https://github.com/pygfx/wgpu-py/blob/main/CHANGELOG.md#unreleased

@nixpkgs-ci nixpkgs-ci Bot removed the 2.status: merge-bot eligible This PR can be merged by commenting "@NixOS/nixpkgs-merge-bot merge". label Jun 29, 2026
@PandeCode

Copy link
Copy Markdown

I believe it is done. @niklaskorz
pygfx/wgpu-py#816 in their release v0.32.0 last week includes this. Probably haven't updated their documentation. Also rendercanvas v2.7.1. An upgrade for #536378.

Not sure about the rules on multi-package updates, Could just do a joint wgpu-native, python3Packages.rendercanvas and python3Packages.wgpu-py, ... ?

@niklaskorz

Copy link
Copy Markdown
Member

Nice! Yes, bundling all three updates as three separate commits in one PR is fine and encouraged for interdependant packages. If you want you can have a try at it, I'm happy to review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

3 participants