amazon-q-cli: 1.18.1 -> 1.19.4 (#456265)

This commit is contained in:
Vladimír Čunát
2025-11-14 08:31:35 +00:00
committed by GitHub

View File

@@ -8,22 +8,22 @@
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "amazon-q-cli"; pname = "amazon-q-cli";
version = "1.18.1"; version = "1.19.4";
passthru.updateScript = nix-update-script { }; passthru.updateScript = nix-update-script { };
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "aws"; owner = "aws";
repo = "amazon-q-developer-cli"; repo = "amazon-q-developer-cli";
tag = finalAttrs.version; tag = "v${finalAttrs.version}";
hash = "sha256-wAcxXDEadPgyb3OpQXWxOEX3AMtf0ubx0J/H9Iff+rk="; hash = "sha256-r5aqlhPwrWRyOKY86E7pKV3Gb7Pnwid+RoT9Gt1DS8Q=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
rustPlatform.bindgenHook rustPlatform.bindgenHook
]; ];
cargoHash = "sha256-jjx9HBJQ5eTS8+0Wus8hfNPZ+eETKHjjX3BsEq2LRn0="; cargoHash = "sha256-s18m3yRJDoDDB8l3HJ0SMLLLmzAs5dZYvopHTG4MbSc=";
cargoBuildFlags = [ cargoBuildFlags = [
"-p" "-p"