Merge pull request #138835 from NixOS/backport-138705-to-release-21.05

[Backport release-21.05] matrix-synapse: 1.42.0 -> 1.43.0
This commit is contained in:
Maximilian Bosch 2021-09-21 22:41:04 +02:00 committed by GitHub
commit 30442ab6d4
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.42.0";
version = "1.43.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-wJFjjm9apRqjk5eN/kIEgecHgm/XLbtwXHEpM2pmvO8=";
sha256 = "sha256-t3ZXtEq/sHYymta4gYfmdBzpExyxepGQ4lzvZii2Q70=";
};
patches = [