Skip to content

Commit ae009cd

Browse files
amazon-q-cli: 1.10.0 -> 1.10.1 (#410970)
Co-authored-by: jamesward <[email protected]>
2 parents bb3a5bf + f9046d1 commit ae009cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/am/amazon-q-cli/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88

99
rustPlatform.buildRustPackage (finalAttrs: {
1010
pname = "amazon-q-cli";
11-
version = "1.10.0";
11+
version = "1.10.1";
1212

1313
src = fetchFromGitHub {
1414
owner = "aws";
1515
repo = "amazon-q-developer-cli";
1616
tag = "v${finalAttrs.version}";
17-
hash = "sha256-X1L3Nrzchp8yuGGBwwLQ4ZE41GKH3pFR2CX77TYYhNo=";
17+
hash = "sha256-HgbF5jistZhzebZmnTmMBlHuL6/fy1kcQplAFldzAV8=";
1818
};
1919

2020
useFetchCargoVendor = true;
2121

22-
cargoHash = "sha256-qtQ+e0NRzzGn0s2zpnMNUv7JdQDuImMfyC0C/QZrpjU=";
22+
cargoHash = "sha256-yhSVnz8gzJy/E9T1U4GsT3b7wmYzSCYXEb8y2HOIQms=";
2323

2424
cargoBuildFlags = [
2525
"-p"

0 commit comments

Comments
 (0)