NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
16.4k stars 12.9k forks source link

cargo-depgraph: 1.5.0 -> 1.6.0 #320713

Closed r-ryantm closed 1 week ago

r-ryantm commented 1 week ago

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://repology.org/project/cargo-depgraph/versions.

meta.description for cargo-depgraph is: Create dependency graphs for cargo projects using cargo metadata and graphviz

meta.homepage for cargo-depgraph is: https://sr.ht/~jplatte/cargo-depgraph

meta.changelog for cargo-depgraph is: https://git.sr.ht/~jplatte/cargo-depgraph/tree/v1.6.0/item/CHANGELOG.md

Updates performed
To inspect upstream changes
Impact

Checks done



Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath cargo-depgraph ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/fz2pniklgm6w3mxs9r864wazvb9kxl7p-cargo-depgraph-1.6.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix 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 cargo-depgraph https://github.com/r-ryantm/nixpkgs/archive/810350291eba4750aa6a8224f21253defb2e4696.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/810350291eba4750aa6a8224f21253defb2e4696#cargo-depgraph ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/fz2pniklgm6w3mxs9r864wazvb9kxl7p-cargo-depgraph-1.6.0 ls -la /nix/store/fz2pniklgm6w3mxs9r864wazvb9kxl7p-cargo-depgraph-1.6.0/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.

Result of nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }' run on x86_64-linux 1

1 package built:
  • cargo-depgraph

Maintainer pings

cc @figsoda @matthiasbeyer for testing.

matthiasbeyer commented 1 week ago

Result of nixpkgs-review pr 320713 run on x86_64-linux 1

1 package built:
  • cargo-depgraph