awscli2: 2.15.31 -> 2.15.32

This commit is contained in:
R. Ryantm 2024-03-25 04:46:01 +00:00
parent 3a6b97ce32
commit 3d3e48b114

View File

@ -59,14 +59,14 @@ let
in
with py.pkgs; buildPythonApplication rec {
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;
src = fetchFromGitHub {
owner = "aws";
repo = "aws-cli";
rev = "refs/tags/${version}";
hash = "sha256-7qeB3NCYQi7Mke/ZCGe8QUS5qy26btpGjhY/FMNhdkE=";
hash = "sha256-EdS8nsSlFtCvHn6Aysj8C5tmdBBRUtbTEVqkYex5vgc=";
};
postPatch = ''