awscli: 1.18.204 -> 1.18.206

This commit is contained in:
Tim Steinbach 2020-12-30 20:16:09 -05:00
parent f224a023ba
commit 163f19bad8
No known key found for this signature in database
GPG key ID: FD36A5EAAC49035A

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.204"; # N.B: if you change this, change botocore to a matching version too version = "1.18.206"; # 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-YAyqRJbETCagcME63dt5b9WDRj6tq8Gdwk6qyAd86lE="; sha256 = "sha256-+BEiIuhZ0L8WXNN0hkOMVH2eTojyAiuj3zahuiGkx7I=";
}; };
postPatch = '' postPatch = ''