awscli: 1.42.18 -> 1.44.21

https://github.com/aws/aws-cli/blob/1.44.21/CHANGELOG.rst
This commit is contained in:
Martin Weinelt
2026-02-01 17:40:56 +01:00
parent ab147f3188
commit eff194da6b
+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.42.18";
version = "1.44.21";
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "aws-cli";
tag = version;
hash = "sha256-f6CVQotsdvU2g/GjOMWPay/7FxxRvhtBrVZE5TLHTNY=";
hash = "sha256-yQFK1YjehmACZGMXfMQLc5OiiIGDO08OtwFSpaRyi58=";
};
pythonRelaxDeps = [