awscli: 1.40.31 -> 1.42.4

https://github.com/aws/aws-cli/blob/1.42.4/CHANGELOG.rst
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:59 +02:00
parent 2a96d6f7fa
commit a55d4a1f66
+2 -2
View File
@@ -14,14 +14,14 @@ let
pname = "awscli";
# N.B: if you change this, change botocore and boto3 to a matching version too
# check e.g. https://github.com/aws/aws-cli/blob/1.33.21/setup.py
version = "1.40.31";
version = "1.42.4";
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "aws-cli";
tag = version;
hash = "sha256-BjQyA7uK9F/5myPXsMpD0HZK69Se3WveYMHNCzhVNKc=";
hash = "sha256-vkQFhSsK9MWhp+jvomkVdjxXuBOH4GnFgz/9jtPRNIs=";
};
pythonRelaxDeps = [