Merge pull request #169334 from sumnerevans/matrix-synapse-1.57

matrix-synapse: 1.56.0 -> 1.57.0
This commit is contained in:
Maximilian Bosch 2022-04-19 17:40:16 +02:00 committed by GitHub
commit dbffe258dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];