Merge pull request #137084 from NixOS/backport-136388-to-release-21.05

[Backport release-21.05] matrix-synapse: 1.41.1 -> 1.42.0
This commit is contained in:
Maximilian Bosch 2021-09-08 17:53:23 +02:00 committed by GitHub
commit c795f5af9f
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 in
with py.pkgs; buildPythonApplication rec { with py.pkgs; buildPythonApplication rec {
pname = "matrix-synapse"; pname = "matrix-synapse";
version = "1.41.1"; version = "1.42.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1vaym6mxnwg2xdqjcigi2sb0kkdi0ly5d5ghakfsysxcfn08d1z8"; sha256 = "sha256-wJFjjm9apRqjk5eN/kIEgecHgm/XLbtwXHEpM2pmvO8=";
}; };
patches = [ patches = [