Bump cargo-bundle and cargo-about version in nix (#27803)

We updated our cargo-bundle fork, and this adds to our override to make
sure we have the latest version.

cargo-about also released a new version upstream which was picked up in
nixpkgs, so I've `nix flake update`'d and changed that version as well.
Thanks to @niklaskorz for [pinging
me](https://github.com/NixOS/nixpkgs/pull/392319#issuecomment-2746122094)
about this. You should be able to drop the patch next time you update.

Release Notes:

- N/A
This commit is contained in:
Julia Ryan 2025-03-31 13:33:00 -07:00 committed by GitHub
parent 76c46c5bab
commit 50ad71a630
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 27 additions and 19 deletions

View file

@ -2,7 +2,7 @@
set -euo pipefail
CARGO_ABOUT_VERSION="0.6"
CARGO_ABOUT_VERSION="0.7"
OUTPUT_FILE="${1:-$(pwd)/assets/licenses.md}"
TEMPLATE_FILE="script/licenses/template.md.hbs"