matrix-synapse: 1.45.0 -> 1.45.1

ChangeLog: https://github.com/matrix-org/synapse/releases/tag/v1.45.1
(cherry picked from commit b25c2fbed9aa9d9942af615e48c9c4d2bf400265)
This commit is contained in:
Maximilian Bosch 2021-10-20 22:02:20 +02:00
parent 3cf9eece52
commit 6ea1791344
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
1 changed files with 2 additions and 2 deletions

View File

@ -24,11 +24,11 @@ let
in
with py.pkgs; buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.45.0";
version = "1.45.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-t8+sLhpjwaehe+cUi9weUZNTJAfNq/fwBZbM4SYKfnM=";
sha256 = "sha256-8ZcZdQbNxrRy91gxKSoasu8QmdV27T7HeWIRz0bStzY=";
};
patches = [