Skip to content

Commit d518cb0

Browse files
committed
awscli2: 2.11.2 -> 2.11.4
1 parent 6664a6b commit d518cb0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/tools/admin/awscli2/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ let
3737
in
3838
with py.pkgs; buildPythonApplication rec {
3939
pname = "awscli2";
40-
version = "2.11.2"; # N.B: if you change this, check if overrides are still up-to-date
40+
version = "2.11.4"; # N.B: if you change this, check if overrides are still up-to-date
4141
format = "pyproject";
4242

4343
src = fetchFromGitHub {
4444
owner = "aws";
4545
repo = "aws-cli";
4646
rev = version;
47-
hash = "sha256-GFdkE+XClm0L5Y+ZSwMW8gieNoRmNL3K8kVPxpH510k=";
47+
hash = "sha256-vue0daG+s7DdIWXZIRS7pjbQKlnxT3xZxGLTmwWWNpQ=";
4848
};
4949

5050
postPatch = ''

0 commit comments

Comments
 (0)