awscli: 1.22.21 -> 1.22.35

This commit is contained in:
Jonathan Ringer
2022-01-23 01:09:29 +01:00
committed by Martin Weinelt
parent 7adbab7fb2
commit 487cea691f
+2 -2
View File
@@ -35,11 +35,11 @@ let
in
with py.pkgs; buildPythonApplication rec {
pname = "awscli";
version = "1.22.21"; # N.B: if you change this, change botocore and boto3 to a matching version too
version = "1.22.35"; # N.B: if you change this, change botocore and boto3 to a matching version too
src = fetchPypi {
inherit pname version;
hash = "sha256-yzfy6MjXC6LeydLNVXQvcK4UmpVQP/jJ+W2jMgpNMgw=";
hash = "sha256-GsMclLh/VtPaNjD+XDKqTYeSX29R2aRS7If9G918OWY=";
};
# https://github.com/aws/aws-cli/issues/4837