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

awscli2: 2.15.32 -> 2.15.34
This commit is contained in:
Fabian Affolter 2024-04-04 01:15:02 +02:00 committed by GitHub
commit a0d2ae4120
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,14 +59,14 @@ let
in
with py.pkgs; buildPythonApplication rec {
pname = "awscli2";
version = "2.15.32"; # N.B: if you change this, check if overrides are still up-to-date
version = "2.15.34"; # 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-EdS8nsSlFtCvHn6Aysj8C5tmdBBRUtbTEVqkYex5vgc=";
hash = "sha256-lFovWxPlo3WlKE4yOlTtILbsRsILgioqVmPptOQO0bM=";
};
postPatch = ''