amazon-q-cli: 1.10.1 -> 1.12.1
The upstream repository moved to: https://github.com/aws/amazon-q-developer-cli-autocomplete protoc is no longer required in the build. For reference: https://github.com/NixOS/nixpkgs/pull/390746#issuecomment-2994146454 Removed unneeded extra bins: chat_cli & test_mcp_server
Things done
- Built on platform(s)
- [x] x86_64-linux
- [ ] aarch64-linux
- [ ] x86_64-darwin
- [ ] aarch64-darwin
- For non-Linux: Is sandboxing enabled in
nix.conf? (See Nix manual)- [ ]
sandbox = relaxed - [ ]
sandbox = true
- [ ]
- [ ] Tested, as applicable:
- NixOS test(s) (look inside nixos/tests)
- and/or package tests
- or, for functions and "core" functionality, tests in lib/tests or pkgs/test
- made sure NixOS tests are linked to the relevant packages
- [ ] Tested compilation of all packages that depend on this change using
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage - [x] Tested basic functionality of all binary files (usually in
./result/bin/) - Nixpkgs 25.11 Release Notes (or backporting 24.11 and 25.05 Nixpkgs Release notes)
- [ ] (Package updates) Added a release notes entry if the change is major or breaking
- NixOS 25.11 Release Notes (or backporting 24.11 and 25.05 NixOS Release notes)
- [ ] (Module updates) Added a release notes entry if the change is significant
- [ ] (Module addition) Added a release notes entry if adding a new NixOS module
- [ ] Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other contributing documentation in corresponding paths.
Add a :+1: reaction to pull requests you find important.
@emaryn Whoops. Thanks for the reminder. I've updated the commit message.
Happy to rename it if you think that is best. Not sure if there are any concerns around renaming binaries from previous releases.
Ah crap. You're right. Sorry about that. Fixed.
Successfully created backport PR for release-25.05:
- #419296