1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

salt: use latest tornado

This commit is contained in:
Frederik Rietdijk 2020-08-29 14:04:05 +02:00
parent e021b8eea9
commit c23c59594e

View file

@ -23,7 +23,7 @@ python3.pkgs.buildPythonApplication rec {
pyyaml
pyzmq
requests
tornado_4
tornado
] ++ extraInputs;
patches = [ ./fix-libcrypto-loading.patch ];