awscli: 1.18.185 -> 1.18.191

This commit is contained in:
Tim Steinbach 2020-12-08 12:21:54 -05:00
parent 27dd3291fe
commit 12beaac933
No known key found for this signature in database
GPG Key ID: 6538CB9266B06F31

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.185"; # N.B: if you change this, change botocore to a matching version too version = "1.18.191"; # N.B: if you change this, change botocore to a matching version too
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0yf8dmjgiib5s4dimc1896zxrrj0sl5kzrp7x8spm6xkcvwb02l1"; sha256 = "1zsb9w0bpbwq093ydbh4b5r3287b5l9mrdx549vsv0rspmkr0d7c";
}; };
postPatch = '' postPatch = ''