matrix-synapse: 1.56.0 -> 1.57.0

This commit is contained in:
Sumner Evans 2022-04-19 08:16:57 -06:00
parent e22337c870
commit a6bc9e05cf
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.56.0";
version = "1.57.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-MWMCGgsWJqIO4xefIHxp/mtR7yxLrJOfTsb2hxlGeiY=";
sha256 = "sha256-pZhm3jfpqOcLT+M4eeD8FyHtwj5EOAFESFu+4ZMoz0s=";
};
buildInputs = [ openssl ];