awscli2: 2.31.11 -> 2.31.39

This commit is contained in:
Morgan Helton
2025-11-18 21:55:43 -06:00
parent b414f4d24b
commit 0d08c5b492
+2 -2
View File
@@ -73,14 +73,14 @@ let
in
py.pkgs.buildPythonApplication rec {
pname = "awscli2";
version = "2.31.11"; # N.B: if you change this, check if overrides are still up-to-date
version = "2.31.39"; # N.B: if you change this, check if overrides are still up-to-date
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "aws-cli";
tag = version;
hash = "sha256-JyTL3q8MMKSKbNiJvBL3u7vpUNFt9rp2Ueh8mL9FRkM=";
hash = "sha256-IuOamzLmnU3wIhgQIsWbU6GSRM2XLv0eH0gezp9IHNA=";
};
postPatch = ''