nixpkgs icon indicating copy to clipboard operation
nixpkgs copied to clipboard

amazon-q-cli: 1.10.1 -> 1.12.1

Open jamesward opened this issue 6 months ago • 6 comments

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:
  • [ ] 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.

jamesward avatar Jun 22 '25 21:06 jamesward

@emaryn Whoops. Thanks for the reminder. I've updated the commit message.

jamesward avatar Jun 22 '25 21:06 jamesward

Happy to rename it if you think that is best. Not sure if there are any concerns around renaming binaries from previous releases.

jamesward avatar Jun 22 '25 21:06 jamesward

Ah crap. You're right. Sorry about that. Fixed.

jamesward avatar Jun 22 '25 21:06 jamesward

Successfully created backport PR for release-25.05:

  • #419296

nixpkgs-ci[bot] avatar Jun 23 '25 15:06 nixpkgs-ci[bot]