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

awscli2: 2.15.0 -> 2.15.12
This commit is contained in:
Weijia Wang 2024-01-20 07:59:53 +01:00 committed by GitHub
commit d0daa8c089
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,14 +41,14 @@ let
in
with py.pkgs; buildPythonApplication rec {
pname = "awscli2";
version = "2.15.0"; # N.B: if you change this, check if overrides are still up-to-date
version = "2.15.12"; # 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-02KGaYMVlNFPhWBhRIgwhm7FcwT7cBxKv6HDXjqpn5s=";
hash = "sha256-1qvtImffj35+J9mPVLCgJE3porpF4DnlsRBW0ihzg10=";
};
postPatch = ''