awscli2: 2.4.19 -> 2.4.23

This commit is contained in:
Jonathan Ringer 2022-03-04 10:01:46 -08:00 committed by Martin Weinelt
parent 13e7bbe107
commit ba1ca789eb

View File

@ -33,13 +33,13 @@ let
in
with py.pkgs; buildPythonApplication rec {
pname = "awscli2";
version = "2.4.19"; # N.B: if you change this, change botocore to a matching version too
version = "2.4.23"; # N.B: if you change this, change botocore to a matching version too
src = fetchFromGitHub {
owner = "aws";
repo = "aws-cli";
rev = version;
sha256 = "sha256-ZOSZBZT4d5jv5lg8KkGoOJqAvStUsGZbiXp3dpsrOpo=";
sha256 = "sha256-zpkphlIfmexqZm0lZgDP3RoQJqTpFdT+5dGtaLiRr/U=";
};
propagatedBuildInputs = [