Unverified Commit 8838d7d2 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

amazon-q-cli: 1.7.3 -> 1.8.0 (#401590)



Co-authored-by: default avatarjamesward <james@jamesward.com>
parents bef51dee 6a32e3c7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,18 +7,18 @@

rustPlatform.buildRustPackage rec {
  pname = "amazon-q-cli";
  version = "1.7.3";
  version = "1.8.0";

  src = fetchFromGitHub {
    owner = "aws";
    repo = "amazon-q-developer-cli";
    tag = "v${version}";
    hash = "sha256-Hi0klNNxtWlZvcqobb8Y2hLsw/Pck1YQZB4AYBmcNKI=";
    hash = "sha256-fOz9oz+xNwX2Bzl6szgQ9oai6lqP+EzbaCNzHPUT2cA=";
  };

  useFetchCargoVendor = true;

  cargoHash = "sha256-XK6B2OTCnWMow3KHWU6OK1HsyQW7apcLoYRP7viTte0=";
  cargoHash = "sha256-H9bCke3vQDuS6RDEg8dzeFiBWCex64A8KSRhfgyp8e8=";

  cargoBuildFlags = [
    "-p"