awscli: 1.18.185 -> 1.18.191

wip/yesman
Tim Steinbach 4 years ago
parent 27dd3291fe
commit 12beaac933
No known key found for this signature in database
GPG Key ID: 6538CB9266B06F31
  1. 4
      pkgs/tools/admin/awscli/default.nix

@ -28,11 +28,11 @@ let
in with py.pkgs; buildPythonApplication rec {
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 {
inherit pname version;
sha256 = "0yf8dmjgiib5s4dimc1896zxrrj0sl5kzrp7x8spm6xkcvwb02l1";
sha256 = "1zsb9w0bpbwq093ydbh4b5r3287b5l9mrdx549vsv0rspmkr0d7c";
};
postPatch = ''

Loading…
Cancel
Save