Skip to content

Commit eb1e65a

Browse files
authored
awscli2: 2.24.16 -> 2.24.22 (#389108)
2 parents 02bbf21 + 6dd39fc commit eb1e65a

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.24.16"; # N.B: if you change this, check if overrides are still up-to-date
67+
version = "2.24.22"; # 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-WbCJ3sBCI5wC6QbxY1KKNpJ8hkK6yhonq7F2Gzxw8DA=";
74+
hash = "sha256-cqDBUwc9E9TPN5E4CaCxc5sAZgCXalgl2ejGftyzV1k=";
7575
};
7676

7777
postPatch = ''

0 commit comments

Comments
 (0)