forked from mirrors/nixpkgs
awscli: 1.18.80 -> 1.18.93
This commit is contained in:
parent
717bee4855
commit
4d9872076c
|
@ -19,11 +19,11 @@ let
|
|||
|
||||
in with py.pkgs; buildPythonApplication rec {
|
||||
pname = "awscli";
|
||||
version = "1.18.80"; # N.B: if you change this, change botocore to a matching version too
|
||||
version = "1.18.93"; # N.B: if you change this, change botocore to a matching version too
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0519rlc0m0888ag7s55lz516vsgif5pws6rzhmclbbw38g4wmb2k";
|
||||
sha256 = "1kl0sa125k4q4ximg0p9rriz18w90lj3nhc7racqnc3bhig7w1ih";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue