Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-01-08 18:37:56 +00:00
committed by GitHub
20 changed files with 192 additions and 47 deletions
+2 -2
View File
@@ -28,11 +28,11 @@ let
in with py.pkgs; buildPythonApplication rec {
pname = "awscli";
version = "1.18.210"; # N.B: if you change this, change botocore to a matching version too
version = "1.18.211"; # N.B: if you change this, change botocore to a matching version too
src = fetchPypi {
inherit pname version;
sha256 = "sha256-kt12Dc58UpsdlMen3IeTvRzcZ0HnwArs2q3ojqUBEPw=";
sha256 = "sha256-dkPdr0Q05CjeNg1FKbye4Ndtfakido0wKR22Afls3Mk=";
};
postPatch = ''