Merge pull request #142335 from NixOS/backport-141382-to-release-21.05

[Backport release-21.05] matrix-synapse: 1.44.0 -> 1.45.1
This commit is contained in:
Maximilian Bosch 2021-10-20 23:47:04 +02:00 committed by GitHub
commit 55e93ae9eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.44.0";
version = "1.45.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-oH8FXHSa120/Fys21UJfAAFPehJxEbQ8Op98PYkK8dE=";
sha256 = "sha256-8ZcZdQbNxrRy91gxKSoasu8QmdV27T7HeWIRz0bStzY=";
};
patches = [