Skip to content

Commit d57b274

Browse files
awscli2: 2.23.11 -> 2.24.7 (#383267)
Co-authored-by: devusb <[email protected]>
2 parents 50ceb14 + e4883d6 commit d57b274

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/aw/awscli2/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ let
6464
in
6565
py.pkgs.buildPythonApplication rec {
6666
pname = "awscli2";
67-
version = "2.23.11"; # N.B: if you change this, check if overrides are still up-to-date
67+
version = "2.24.7"; # N.B: if you change this, check if overrides are still up-to-date
6868
pyproject = true;
6969

7070
src = fetchFromGitHub {
7171
owner = "aws";
7272
repo = "aws-cli";
7373
tag = version;
74-
hash = "sha256-ID0hQiR0qOTJMOvRAgEJLheblkY77yIgu1Ofa/6r7nk=";
74+
hash = "sha256-yTfTWLI12ASKb6zkXb37vARIOVBLxqFWvtEDOMjXges=";
7575
};
7676

7777
postPatch = ''

0 commit comments

Comments
 (0)