Merge pull request #165745 from r-ryantm/auto-update/matrix-synapse

matrix-synapse: 1.55.0 -> 1.55.2
This commit is contained in:
Pascal Bach 2022-04-01 21:52:38 +02:00 committed by GitHub
commit 65fa86e0d9
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.55.0";
version = "1.55.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-IfLyp6IexNTMrq795qUMAPQ62mrMPwFyLE1yL8cu0T0=";
sha256 = "sha256-MCdwatNo4cDAaq9a3UFwSLJzT1ZxhoYqPOu/a957D2Y=";
};
buildInputs = [ openssl ];