Skip to content

libgpiod: 2.2.2 -> 2.2.4#495243

Merged
SuperSandro2000 merged 1 commit intoNixOS:masterfrom
r-ryantm:auto-update/libgpiod
May 7, 2026
Merged

libgpiod: 2.2.2 -> 2.2.4#495243
SuperSandro2000 merged 1 commit intoNixOS:masterfrom
r-ryantm:auto-update/libgpiod

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 libgpiod is: C library and tools for interacting with the linux GPIO character device

meta.homepage for libgpiod is: https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/about/

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 2.2.3 with grep in /nix/store/vg4mq3da4xwh70ars8jaiqxbhjf35v6h-libgpiod-2.2.3
  • found 2.2.3 in filename of file in /nix/store/vg4mq3da4xwh70ars8jaiqxbhjf35v6h-libgpiod-2.2.3

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

21 package rebuild(s)

First fifty rebuilds by attrpath

eg25-manager
flashprog
gcfflasher
home-assistant-custom-components.gpio
libgpiod
python313Packages.gpiodevice
python313Packages.inky
python313Packages.libgpiod
python313Packages.universal-silabs-flasher
python314Packages.gpiodevice
python314Packages.inky
python314Packages.libgpiod
tests.home-assistant-component-tests.hassio
tests.home-assistant-component-tests.homeassistant_connect_zbt2
tests.home-assistant-component-tests.homeassistant_green
tests.home-assistant-component-tests.homeassistant_hardware
tests.home-assistant-component-tests.homeassistant_sky_connect
tests.home-assistant-component-tests.homeassistant_yellow
tests.home-assistant-component-tests.otbr
tests.home-assistant-component-tests.zha
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/vg4mq3da4xwh70ars8jaiqxbhjf35v6h-libgpiod-2.2.3 \
  --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 libgpiod https://github.com/r-ryantm/nixpkgs/archive/dcda61ffc77b69a7a0a4eafe47086b8703cc8809.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/dcda61ffc77b69a7a0a4eafe47086b8703cc8809#libgpiod

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

ls -la /nix/store/vg4mq3da4xwh70ars8jaiqxbhjf35v6h-libgpiod-2.2.3
ls -la /nix/store/vg4mq3da4xwh70ars8jaiqxbhjf35v6h-libgpiod-2.2.3/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: dcda61ffc77b69a7a0a4eafe47086b8703cc8809


x86_64-linux

❌ 1 package failed to build:
  • tests.home-assistant-component-tests.otbr
✅ 26 packages built:
  • eg25-manager
  • flashprog
  • gcfflasher
  • home-assistant-custom-components.gpio
  • libgpiod
  • python313Packages.gpiodevice
  • python313Packages.gpiodevice.dist
  • python313Packages.inky
  • python313Packages.inky.dist
  • python313Packages.libgpiod
  • python313Packages.libgpiod.dist
  • python313Packages.universal-silabs-flasher
  • python313Packages.universal-silabs-flasher.dist
  • python314Packages.gpiodevice
  • python314Packages.gpiodevice.dist
  • python314Packages.inky
  • python314Packages.inky.dist
  • python314Packages.libgpiod
  • python314Packages.libgpiod.dist
  • tests.home-assistant-component-tests.hassio
  • tests.home-assistant-component-tests.homeassistant_connect_zbt2
  • tests.home-assistant-component-tests.homeassistant_green
  • tests.home-assistant-component-tests.homeassistant_hardware
  • tests.home-assistant-component-tests.homeassistant_sky_connect
  • tests.home-assistant-component-tests.homeassistant_yellow
  • tests.home-assistant-component-tests.zha

Maintainer pings

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 added 8.has: package (update) This PR updates a package to a newer version 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 9.needs: reviewer This PR currently has no reviewers requested and needs attention. labels Feb 28, 2026
@r-ryantm r-ryantm force-pushed the auto-update/libgpiod branch from dcda61f to 663fd4e Compare April 11, 2026 17:47
@r-ryantm r-ryantm changed the title libgpiod: 2.2.2 -> 2.2.3 libgpiod: 2.2.2 -> 2.2.4 Apr 11, 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 libgpiod is: C library and tools for interacting with the linux GPIO character device

meta.homepage for libgpiod is: https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/about/

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 2.2.4 with grep in /nix/store/rq322kqh1849xqjkgiv4dsv8brslnryc-libgpiod-2.2.4
  • found 2.2.4 in filename of file in /nix/store/rq322kqh1849xqjkgiv4dsv8brslnryc-libgpiod-2.2.4

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

22 package rebuild(s)

First fifty rebuilds by attrpath

eg25-manager
flashprog
gcfflasher
home-assistant-custom-components.gpio
libgpiod
python313Packages.gpiod
python313Packages.gpiodevice
python313Packages.inky
python313Packages.universal-silabs-flasher
python314Packages.gpiod
python314Packages.gpiodevice
python314Packages.inky
python314Packages.universal-silabs-flasher
tests.home-assistant-component-tests.hassio
tests.home-assistant-component-tests.homeassistant_connect_zbt2
tests.home-assistant-component-tests.homeassistant_green
tests.home-assistant-component-tests.homeassistant_hardware
tests.home-assistant-component-tests.homeassistant_sky_connect
tests.home-assistant-component-tests.homeassistant_yellow
tests.home-assistant-component-tests.otbr
tests.home-assistant-component-tests.zha
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/rq322kqh1849xqjkgiv4dsv8brslnryc-libgpiod-2.2.4 \
  --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 libgpiod https://github.com/r-ryantm/nixpkgs/archive/663fd4ec34f90ad88fa2ee44f2276cd60224a3c5.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/663fd4ec34f90ad88fa2ee44f2276cd60224a3c5#libgpiod

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

ls -la /nix/store/rq322kqh1849xqjkgiv4dsv8brslnryc-libgpiod-2.2.4
ls -la /nix/store/rq322kqh1849xqjkgiv4dsv8brslnryc-libgpiod-2.2.4/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 failed


Maintainer pings

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.

@SuperSandroBot
Copy link
Copy Markdown

nixpkgs-review result

Generated using nixpkgs-review-gha

Command: nixpkgs-review pr 495243
Commit: 663fd4ec34f90ad88fa2ee44f2276cd60224a3c5 (subsequent changes)
Merge: fe7c6cd99c8b07a2919f1174563edd6e82ff9986

Logs: https://github.com/SuperSandro2000/nixpkgs-review-gha/actions/runs/25507292766


x86_64-linux

⏩ 8 packages marked as broken and skipped:
  • tests.home-assistant-component-tests.hassio
  • tests.home-assistant-component-tests.homeassistant_connect_zbt2
  • tests.home-assistant-component-tests.homeassistant_green
  • tests.home-assistant-component-tests.homeassistant_hardware
  • tests.home-assistant-component-tests.homeassistant_sky_connect
  • tests.home-assistant-component-tests.homeassistant_yellow
  • tests.home-assistant-component-tests.otbr
  • tests.home-assistant-component-tests.zha
✅ 21 packages built:
  • eg25-manager
  • flashprog
  • gcfflasher
  • home-assistant-custom-components.gpio
  • libgpiod
  • python313Packages.gpiod
  • python313Packages.gpiod.dist
  • python313Packages.gpiodevice
  • python313Packages.gpiodevice.dist
  • python313Packages.inky
  • python313Packages.inky.dist
  • python313Packages.universal-silabs-flasher
  • python313Packages.universal-silabs-flasher.dist
  • python314Packages.gpiod
  • python314Packages.gpiod.dist
  • python314Packages.gpiodevice
  • python314Packages.gpiodevice.dist
  • python314Packages.inky
  • python314Packages.inky.dist
  • python314Packages.universal-silabs-flasher
  • python314Packages.universal-silabs-flasher.dist

aarch64-linux

⏩ 8 packages marked as broken and skipped:
  • tests.home-assistant-component-tests.hassio
  • tests.home-assistant-component-tests.homeassistant_connect_zbt2
  • tests.home-assistant-component-tests.homeassistant_green
  • tests.home-assistant-component-tests.homeassistant_hardware
  • tests.home-assistant-component-tests.homeassistant_sky_connect
  • tests.home-assistant-component-tests.homeassistant_yellow
  • tests.home-assistant-component-tests.otbr
  • tests.home-assistant-component-tests.zha
✅ 21 packages built:
  • eg25-manager
  • flashprog
  • gcfflasher
  • home-assistant-custom-components.gpio
  • libgpiod
  • python313Packages.gpiod
  • python313Packages.gpiod.dist
  • python313Packages.gpiodevice
  • python313Packages.gpiodevice.dist
  • python313Packages.inky
  • python313Packages.inky.dist
  • python313Packages.universal-silabs-flasher
  • python313Packages.universal-silabs-flasher.dist
  • python314Packages.gpiod
  • python314Packages.gpiod.dist
  • python314Packages.gpiodevice
  • python314Packages.gpiodevice.dist
  • python314Packages.inky
  • python314Packages.inky.dist
  • python314Packages.universal-silabs-flasher
  • python314Packages.universal-silabs-flasher.dist

@SuperSandro2000 SuperSandro2000 added this pull request to the merge queue May 7, 2026
Merged via the queue into NixOS:master with commit 79fe5f1 May 7, 2026
29 of 31 checks passed
@r-ryantm r-ryantm deleted the auto-update/libgpiod branch May 8, 2026 00:48
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 9.needs: reviewer This PR currently has no reviewers requested and needs attention. 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants