awscli: Fix comments
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
1af4727101
commit
f4fcfce627
@ -28,7 +28,7 @@ let
|
|||||||
in
|
in
|
||||||
with py.pkgs; buildPythonApplication rec {
|
with py.pkgs; buildPythonApplication rec {
|
||||||
pname = "awscli";
|
pname = "awscli";
|
||||||
version = "1.19.18"; # N.B: if you change this, change botocore and boto3 o a matching version too
|
version = "1.19.18"; # N.B: if you change this, change botocore and boto3 to a matching version too
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user