matrix-synapse: 1.35.1 -> 1.36.0

(cherry picked from commit 3acb9eb23f4e7f8557fd1bf5b0fad98568a1ceac)
This commit is contained in:
Sumner Evans 2021-06-11 09:20:26 -06:00 committed by github-actions[bot]
parent 17c0585cd1
commit 3840b4082c
1 changed files with 2 additions and 2 deletions

View File

@ -12,11 +12,11 @@ let
in
buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.35.1";
version = "1.36.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-MJ3RG60rWbcfQxhj34k99AFg8TsPd3ECEw/x2+xU1js=";
sha256 = "sha256-OMbSd64mD2+6GVUxGL4lvQlKAiBuen0PjvyVdk/ePbI=";
};
patches = [