Skip to content

Commit 99c18ee

Browse files
jameswardlovesegfault
authored andcommitted
amazon-q-cli: 1.7.2 -> 1.7.3
1 parent dbd8a4c commit 99c18ee

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
@@ -7,18 +7,18 @@
77

88
rustPlatform.buildRustPackage rec {
99
pname = "amazon-q-cli";
10-
version = "1.7.2";
10+
version = "1.7.3";
1111

1212
src = fetchFromGitHub {
1313
owner = "aws";
1414
repo = "amazon-q-developer-cli";
1515
tag = "v${version}";
16-
hash = "sha256-uKsj7QBKomkO1xP5VgOGI5W8CHIgPQx4QsS2voghrVc=";
16+
hash = "sha256-Hi0klNNxtWlZvcqobb8Y2hLsw/Pck1YQZB4AYBmcNKI=";
1717
};
1818

1919
useFetchCargoVendor = true;
2020

21-
cargoHash = "sha256-G99vb+7eomxDy9xFJjKA+KpCH2NUzitAKHZE5b62Db8=";
21+
cargoHash = "sha256-XK6B2OTCnWMow3KHWU6OK1HsyQW7apcLoYRP7viTte0=";
2222

2323
cargoBuildFlags = [
2424
"-p"

0 commit comments

Comments
 (0)