Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-01-29 18:31:09 +00:00
committed by GitHub
29 changed files with 353 additions and 83 deletions
+2 -2
View File
@@ -28,11 +28,11 @@ let
in with py.pkgs; buildPythonApplication rec {
pname = "awscli";
version = "1.18.221"; # N.B: if you change this, change botocore to a matching version too
version = "1.18.222"; # N.B: if you change this, change botocore to a matching version too
src = fetchPypi {
inherit pname version;
sha256 = "sha256-G8HonN02eFcfMRhj9+cporugVsF7nDeHEopuHnbS1Is=";
sha256 = "sha256-nVBQ2Lj5+zyvj3g0W3Rxh+CZwG7sbqKehvg6vAhHexs=";
};
# https://github.com/aws/aws-cli/issues/4837