We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb3a5bf + f9046d1 commit ae009cdCopy full SHA for ae009cd
pkgs/by-name/am/amazon-q-cli/package.nix
@@ -8,18 +8,18 @@
8
9
rustPlatform.buildRustPackage (finalAttrs: {
10
pname = "amazon-q-cli";
11
- version = "1.10.0";
+ version = "1.10.1";
12
13
src = fetchFromGitHub {
14
owner = "aws";
15
repo = "amazon-q-developer-cli";
16
tag = "v${finalAttrs.version}";
17
- hash = "sha256-X1L3Nrzchp8yuGGBwwLQ4ZE41GKH3pFR2CX77TYYhNo=";
+ hash = "sha256-HgbF5jistZhzebZmnTmMBlHuL6/fy1kcQplAFldzAV8=";
18
};
19
20
useFetchCargoVendor = true;
21
22
- cargoHash = "sha256-qtQ+e0NRzzGn0s2zpnMNUv7JdQDuImMfyC0C/QZrpjU=";
+ cargoHash = "sha256-yhSVnz8gzJy/E9T1U4GsT3b7wmYzSCYXEb8y2HOIQms=";
23
24
cargoBuildFlags = [
25
"-p"
0 commit comments