matrix-synapse: 1.65.0 -> 1.66.0

This commit is contained in:
Nick Cao 2022-08-31 21:59:46 +08:00
parent bacac7cf54
commit eeefc8f733
No known key found for this signature in database

View File

@ -11,11 +11,11 @@ in
with python3.pkgs;
buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.65.0";
version = "1.66.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Kn5o6RKR3mMHvACPiMvIGKmjkAwdjcw6EY6MJXKKeAE=";
sha256 = "sha256-jrjNl3NlJ9sWNNM/VYrASPnVZ/U9fn1N1P6Yqd+MQ08=";
};
buildInputs = [ openssl ];
@ -40,6 +40,7 @@ buildPythonApplication rec {
psutil
psycopg2
pyasn1
pydantic
pyjwt
pymacaroons
pynacl