awscli: 1.22.67 -> 1.22.88

This commit is contained in:
Martin Weinelt 2022-04-05 13:43:14 +02:00
parent 95f405100f
commit 280ec33cd2

View File

@ -35,11 +35,11 @@ let
in
with py.pkgs; buildPythonApplication rec {
pname = "awscli";
version = "1.22.67"; # N.B: if you change this, change botocore and boto3 to a matching version too
version = "1.22.88"; # N.B: if you change this, change botocore and boto3 to a matching version too
src = fetchPypi {
inherit pname version;
hash = "sha256-ofgxL9V/jTn/itxSOLGYkAmgQXES7aVUM/vM6nWdbBc=";
hash = "sha256-fwbejwcT4piC8Zr6+ubxMd+TuF9O4icOentI2GlhYrc=";
};
# https://github.com/aws/aws-cli/issues/4837