matrix-synapse: 1.45.1 -> 1.46.0

https://github.com/matrix-org/synapse/releases/tag/v1.46.0
(cherry picked from commit f4a8302016c40f55d1e74b079a93052e6ed4b27b)
This commit is contained in:
Sumner Evans 2021-10-27 08:53:58 -06:00 committed by github-actions[bot]
parent 3dc6784ba4
commit 49091f050f
1 changed files with 2 additions and 2 deletions

View File

@ -24,11 +24,11 @@ let
in in
with py.pkgs; buildPythonApplication rec { with py.pkgs; buildPythonApplication rec {
pname = "matrix-synapse"; pname = "matrix-synapse";
version = "1.45.1"; version = "1.46.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-8ZcZdQbNxrRy91gxKSoasu8QmdV27T7HeWIRz0bStzY="; sha256 = "sha256-RcB+RSb/LZE8Q+UunyrYh28S7c7VsTmqg4mJIDVCX5U=";
}; };
patches = [ patches = [