- repology_cli: fix a bug that caused repology package info to be
ignored for some sbom input packages. The issue occurred if the
package info had already been processed by an earlier repology
query, but had not been included to the result collection.
- repology_cli: improve local version classification
- repology_cli: fix the url in user-agent
- nixgraph: match inverse regex against full store paths. Earlier match
was done only against the package name. This change allows querying
inverse graphs starting from specific nix store objects, discarding
possible duplicate package names.
- sbomnix: fix usage example in `--help` output
- update nix flake lock file
- bump sbomnix version to v1.4.4
Signed-off-by: Henri Rosten <[email protected]>