Merge staging-next-21.05 into staging-21.05

This commit is contained in:
github-actions[bot]
2021-09-08 18:02:50 +00:00
committed by GitHub
4 changed files with 74 additions and 12 deletions
+2 -2
View File
@@ -24,11 +24,11 @@ let
in
with py.pkgs; buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.41.1";
version = "1.42.0";
src = fetchPypi {
inherit pname version;
sha256 = "1vaym6mxnwg2xdqjcigi2sb0kkdi0ly5d5ghakfsysxcfn08d1z8";
sha256 = "sha256-wJFjjm9apRqjk5eN/kIEgecHgm/XLbtwXHEpM2pmvO8=";
};
patches = [