matrix-synapse: 1.35.0 -> 1.35.1

(cherry picked from commit 10cbea574d4882a8b58b74fd594ae55c64540797)
This commit is contained in:
Sumner Evans 2021-06-03 11:06:47 -06:00 committed by github-actions[bot]
parent 729e236f7a
commit b5cec505c1
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.0";
version = "1.35.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-McgLJoOS8h8C7mcbLaF0hiMkfthpDRUKyB5Effzk2ds=";
sha256 = "sha256-MJ3RG60rWbcfQxhj34k99AFg8TsPd3ECEw/x2+xU1js=";
};
patches = [