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.
1 parent dbd8a4c commit 99c18eeCopy full SHA for 99c18ee
pkgs/by-name/am/amazon-q-cli/package.nix
@@ -7,18 +7,18 @@
7
8
rustPlatform.buildRustPackage rec {
9
pname = "amazon-q-cli";
10
- version = "1.7.2";
+ version = "1.7.3";
11
12
src = fetchFromGitHub {
13
owner = "aws";
14
repo = "amazon-q-developer-cli";
15
tag = "v${version}";
16
- hash = "sha256-uKsj7QBKomkO1xP5VgOGI5W8CHIgPQx4QsS2voghrVc=";
+ hash = "sha256-Hi0klNNxtWlZvcqobb8Y2hLsw/Pck1YQZB4AYBmcNKI=";
17
};
18
19
useFetchCargoVendor = true;
20
21
- cargoHash = "sha256-G99vb+7eomxDy9xFJjKA+KpCH2NUzitAKHZE5b62Db8=";
+ cargoHash = "sha256-XK6B2OTCnWMow3KHWU6OK1HsyQW7apcLoYRP7viTte0=";
22
23
cargoBuildFlags = [
24
"-p"
0 commit comments