lol

Merge pull request #205073 from maxeaubrey/awscli2_deps

awscli2: expand cryptography version pin

authored by

maxine and committed by
GitHub
b2c0afa4 f4edf91c

+2 -1
+2 -1
pkgs/tools/admin/awscli2/default.nix
··· 78 78 --replace "colorama>=0.2.5,<0.4.4" "colorama" \ 79 79 --replace "distro>=1.5.0,<1.6.0" "distro" \ 80 80 --replace "docutils>=0.10,<0.16" "docutils" \ 81 - --replace "wcwidth<0.2.0" "wcwidth" 81 + --replace "wcwidth<0.2.0" "wcwidth" \ 82 + --replace "cryptography>=3.3.2,<=38.0.1" "cryptography>=3.3.2,<=38.0.3" 82 83 ''; 83 84 84 85 postInstall = ''