awscli: 1.25.42 -> 1.25.76

This commit is contained in:
Martin Weinelt 2022-09-18 16:56:11 +02:00 committed by Sandro Jäckel
parent a975e15be1
commit 7275d316f8
No known key found for this signature in database
GPG Key ID: B1763F8651144063

View File

@ -35,11 +35,11 @@ let
in
with py.pkgs; buildPythonApplication rec {
pname = "awscli";
version = "1.25.42"; # N.B: if you change this, change botocore and boto3 to a matching version too
version = "1.25.76"; # N.B: if you change this, change botocore and boto3 to a matching version too
src = fetchPypi {
inherit pname version;
hash = "sha256-5DH3Ik0DHmHfZ+XfFjmC2CL5WRoA9ENgzDeYfCgwtTI=";
hash = "sha256-PSr0zZEGXFxcFSN7QQ5Ux0Z4aCwwm9na+2hIv/gR6+s=";
};
# https://github.com/aws/aws-cli/issues/4837