matrix-synapse: 1.55.2 -> 1.56.0

This commit is contained in:
Sumner Evans 2022-04-05 08:16:13 -06:00
parent 4264901e47
commit 55f2b8834e
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.55.2";
version = "1.56.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-MCdwatNo4cDAaq9a3UFwSLJzT1ZxhoYqPOu/a957D2Y=";
sha256 = "sha256-MWMCGgsWJqIO4xefIHxp/mtR7yxLrJOfTsb2hxlGeiY=";
};
buildInputs = [ openssl ];