awscli: 1.18.138 -> 1.18.150

This commit is contained in:
Tim Steinbach 2020-10-01 09:27:46 -04:00
parent de6f754b6e
commit 94ce37ecef
No known key found for this signature in database
GPG key ID: 6538CB9266B06F31

View file

@ -19,11 +19,11 @@ let
in with py.pkgs; buildPythonApplication rec { in with py.pkgs; buildPythonApplication rec {
pname = "awscli"; pname = "awscli";
version = "1.18.137"; # N.B: if you change this, change botocore to a matching version too version = "1.18.150"; # N.B: if you change this, change botocore to a matching version too
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0g745lvmi30di3bbpbca2bkqqzk7g6l3ssmbpi8pvgy0wrfhij69"; sha256 = "0jrxzr4dx2s6ychmrz19yz8i4kqcwj7f8ly82ydwvrr0ff62374g";
}; };
postPatch = '' postPatch = ''