Nixpkgs Updater
Version updated for https://github.com/shini4i/nixpkgs-updater to version v1.0.1.
- This action is used across all versions by 5 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The nixpkgs-updater GitHub Action automates the process of updating Nix package files in a centralized repository when a new version is released in the source repository. It handles updates to key fields such as version, rev, and hash values, supports both modern and legacy hash formats, and creates or updates pull requests with the changes. This action streamlines version management for Nix packages, ensuring accurate and efficient updates while minimizing manual effort.
Release notes
What’s Changed
- chore: code quality improvements by @shini4i in https://github.com/shini4i/nixpkgs-updater/pull/3
- fix: gh security findings by @shini4i in https://github.com/shini4i/nixpkgs-updater/pull/4
- chore: small quality of life improvements by @shini4i in https://github.com/shini4i/nixpkgs-updater/pull/5
Full Changelog: https://github.com/shini4i/nixpkgs-updater/compare/v1.0.0...v1.0.1