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 255804f commit e4883d6Copy full SHA for e4883d6
pkgs/by-name/aw/awscli2/package.nix
@@ -64,14 +64,14 @@ let
64
in
65
py.pkgs.buildPythonApplication rec {
66
pname = "awscli2";
67
- version = "2.23.11"; # N.B: if you change this, check if overrides are still up-to-date
+ version = "2.24.7"; # N.B: if you change this, check if overrides are still up-to-date
68
pyproject = true;
69
70
src = fetchFromGitHub {
71
owner = "aws";
72
repo = "aws-cli";
73
tag = version;
74
- hash = "sha256-ID0hQiR0qOTJMOvRAgEJLheblkY77yIgu1Ofa/6r7nk=";
+ hash = "sha256-yTfTWLI12ASKb6zkXb37vARIOVBLxqFWvtEDOMjXges=";
75
};
76
77
postPatch = ''
0 commit comments