awscli: 1.18.222 -> 1.18.223

This commit is contained in:
Tim Steinbach 2021-02-01 10:09:57 -05:00
parent c70c976e1c
commit 74d3264721
No known key found for this signature in database
GPG Key ID: 1B40229F19262402

View File

@ -28,11 +28,11 @@ let
in with py.pkgs; buildPythonApplication rec { in with py.pkgs; buildPythonApplication rec {
pname = "awscli"; pname = "awscli";
version = "1.18.222"; # N.B: if you change this, change botocore to a matching version too version = "1.18.223"; # N.B: if you change this, change botocore to a matching version too
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-nVBQ2Lj5+zyvj3g0W3Rxh+CZwG7sbqKehvg6vAhHexs="; sha256 = "sha256-Myc6iT04VO2DliCiYvn4JtuoLVBWYNp8EbE4giYmrtk=";
}; };
postPatch = '' postPatch = ''