1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

awscli: 1.18.191 -> 1.18.195

This commit is contained in:
Tim Steinbach 2020-12-14 13:17:12 -05:00
parent f1dff1bded
commit 046f8835dc
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 {
pname = "awscli";
version = "1.18.191"; # N.B: if you change this, change botocore to a matching version too
version = "1.18.195"; # N.B: if you change this, change botocore to a matching version too
src = fetchPypi {
inherit pname version;
sha256 = "1zsb9w0bpbwq093ydbh4b5r3287b5l9mrdx549vsv0rspmkr0d7c";
sha256 = "1969rzcqj3k81k0wbvq8fpklx1z9vjh6db7i81mkbqqfkjm9pq2k";
};
postPatch = ''