Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-01-07 18:40:50 +00:00
committed by GitHub
37 changed files with 459 additions and 191 deletions

View File

@@ -28,11 +28,11 @@ let
in with py.pkgs; buildPythonApplication rec {
pname = "awscli";
version = "1.18.209"; # N.B: if you change this, change botocore to a matching version too
version = "1.18.210"; # N.B: if you change this, change botocore to a matching version too
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Le+vjLdXquZiFPuO9v73vm1/iFDaRCNDjXX719AtAxE=";
sha256 = "sha256-kt12Dc58UpsdlMen3IeTvRzcZ0HnwArs2q3ojqUBEPw=";
};
postPatch = ''