awscli: 1.19.5 -> 1.19.12

This commit is contained in:
Tim Steinbach 2021-02-21 17:29:03 -05:00
parent 9b48ee2f9f
commit e164f21165
No known key found for this signature in database
GPG Key ID: 1B40229F19262402

View File

@ -4,7 +4,6 @@
, groff
, less
}:
let
py = python3.override {
packageOverrides = self: super: {
@ -26,13 +25,14 @@ let
};
};
in with py.pkgs; buildPythonApplication rec {
in
with py.pkgs; buildPythonApplication rec {
pname = "awscli";
version = "1.19.5"; # N.B: if you change this, change botocore to a matching version too
version = "1.19.12"; # N.B: if you change this, change botocore to a matching version too
src = fetchPypi {
inherit pname version;
sha256 = "sha256-SwYL2ViwazP2MDZbW9cRThvg6jVOMlkfsbpY6QDsjQY=";
sha256 = "sha256-Tj9+UtYSL5yls7AxV7shABcOMhS12VXlpDNdxz8Ns5w=";
};
# https://github.com/aws/aws-cli/issues/4837