matrix-synapse: 1.54.0 -> 1.55.0

This commit is contained in:
Sumner Evans 2022-03-22 09:59:06 -06:00
parent bb82344ca6
commit 9e53370359
No known key found for this signature in database
GPG key ID: 8904527AB50022FD

View file

@ -11,11 +11,11 @@ in
with python3.pkgs;
buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.54.0";
version = "1.55.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-TmUu6KpL111mjd4Dgm/kYnKpDZjw9rWrpMQ5isXmWRo=";
sha256 = "sha256-IfLyp6IexNTMrq795qUMAPQ62mrMPwFyLE1yL8cu0T0=";
};
buildInputs = [ openssl ];