Nixpkgs Updater
Version updated for https://github.com/shini4i/nixpkgs-updater to version v1.0.0.
- This action is used across all versions by 1 repositories.
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 of a package is released in a source repository. It updates fields such as version, rev, and hash values, supports both modern and legacy hash formats, and can handle complex cases like Go modules with vendorHash. Additionally, it automates the creation and updating of pull requests for version bumps, streamlining package maintenance workflows.
Release notes
What’s Changed
- enhance nix package support by @shini4i in https://github.com/shini4i/nixpkgs-updater/pull/1
- fix: resolve missing nix-prefetch-github and nix-prefetch-git dependencies by @shini4i in https://github.com/shini4i/nixpkgs-updater/pull/2
New Contributors
- @shini4i made their first contribution in https://github.com/shini4i/nixpkgs-updater/pull/1
Full Changelog: https://github.com/shini4i/nixpkgs-updater/commits/v1.0.0