amazon-q-cli: 1.12.2 -> 1.12.4 (#424255)

This commit is contained in:
Paul Meyer 2025-07-15 16:59:32 +02:00 committed by GitHub
commit fa27e9b497
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "amazon-q-cli"; pname = "amazon-q-cli";
version = "1.12.2"; version = "1.12.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "aws"; owner = "aws";
repo = "amazon-q-developer-cli-autocomplete"; repo = "amazon-q-developer-cli-autocomplete";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-TIKG1nzpmjiHE+EjTJR+/GklQNJQeUzmDXaPEiRT80Y="; hash = "sha256-juZuqZkBsIHhLOCZk+QpTaO1BsHj2RZyCvkvc0G5KbU=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -22,7 +22,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-lJbHPqQ3eybo03oZY2VyKlsxcTdbdrc8q8AjV+IahEY="; cargoHash = "sha256-BT3LNOkRf4gfBy5SwuAnMoJVF9PmwiLsS5phdtEgIrs=";
cargoBuildFlags = [ cargoBuildFlags = [
"-p" "-p"