Merge pull request #328108 from r-ryantm/auto-update/awscli2

awscli2: 2.17.5 -> 2.17.13
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-07-19 20:07:03 +00:00 committed by GitHub
commit 04c6ac7abf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,14 +59,14 @@ let
in
py.pkgs.buildPythonApplication rec {
pname = "awscli2";
version = "2.17.5"; # N.B: if you change this, check if overrides are still up-to-date
version = "2.17.13"; # N.B: if you change this, check if overrides are still up-to-date
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "aws-cli";
rev = "refs/tags/${version}";
hash = "sha256-Y8qXAKEDW82dZSNx88X2PSPY88VkBgwK67Ya0hHk3tU=";
hash = "sha256-hnD+2NE7gqbe99UQmRlHoPGdWZj0o2Buvk3kRR15tgI=";
};
postPatch = ''