about summary refs log tree commit diff
path: root/pkgs/tools/admin
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2024-01-28 17:35:36 -0800
committerRobert Schütz <nix@dotlambda.de>2024-01-28 17:37:47 -0800
commit7579a5ecbd486f2f3f0ee56acb0a037573ce35d2 (patch)
treedbeee98ab56167ebf5e011c6590d6820442cad11 /pkgs/tools/admin
parent1be73c7684bca8f87d5385bada689f5fd53c5c4a (diff)
downloadnixlib-7579a5ecbd486f2f3f0ee56acb0a037573ce35d2.tar
nixlib-7579a5ecbd486f2f3f0ee56acb0a037573ce35d2.tar.gz
nixlib-7579a5ecbd486f2f3f0ee56acb0a037573ce35d2.tar.bz2
nixlib-7579a5ecbd486f2f3f0ee56acb0a037573ce35d2.tar.lz
nixlib-7579a5ecbd486f2f3f0ee56acb0a037573ce35d2.tar.xz
nixlib-7579a5ecbd486f2f3f0ee56acb0a037573ce35d2.tar.zst
nixlib-7579a5ecbd486f2f3f0ee56acb0a037573ce35d2.zip
awscli2: unpin awscrt
Diffstat (limited to 'pkgs/tools/admin')
-rw-r--r--pkgs/tools/admin/awscli2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/admin/awscli2/default.nix b/pkgs/tools/admin/awscli2/default.nix
index feeb438df681..2cae309b1fd3 100644
--- a/pkgs/tools/admin/awscli2/default.nix
+++ b/pkgs/tools/admin/awscli2/default.nix
@@ -55,7 +55,7 @@ with py.pkgs; buildPythonApplication rec {
     substituteInPlace pyproject.toml \
       --replace 'cryptography>=3.3.2,<40.0.2' 'cryptography>=3.3.2' \
       --replace 'flit_core>=3.7.1,<3.8.1' 'flit_core>=3.7.1' \
-      --replace 'awscrt==0.19.18' 'awscrt>=0.19' \
+      --replace 'awscrt>=0.19.18,<=0.19.19' 'awscrt>=0.19.18' \
       --replace 'docutils>=0.10,<0.20' 'docutils>=0.10' \
       --replace 'prompt-toolkit>=3.0.24,<3.0.39' 'prompt-toolkit>=3.0.24'