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

awscli2: 2.15.31 -> 2.15.32
This commit is contained in:
kirillrdy 2024-03-26 06:04:35 +11:00 committed by GitHub
commit 9feeb34f0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,14 +59,14 @@ let
in in
with py.pkgs; buildPythonApplication rec { with py.pkgs; buildPythonApplication rec {
pname = "awscli2"; pname = "awscli2";
version = "2.15.31"; # N.B: if you change this, check if overrides are still up-to-date version = "2.15.32"; # N.B: if you change this, check if overrides are still up-to-date
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "aws"; owner = "aws";
repo = "aws-cli"; repo = "aws-cli";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-7qeB3NCYQi7Mke/ZCGe8QUS5qy26btpGjhY/FMNhdkE="; hash = "sha256-EdS8nsSlFtCvHn6Aysj8C5tmdBBRUtbTEVqkYex5vgc=";
}; };
postPatch = '' postPatch = ''