Merge branch 'staging-next' into staging

This commit is contained in:
Jan Tojnar
2021-05-12 14:31:36 +02:00
37 changed files with 321 additions and 214 deletions
+2 -2
View File
@@ -12,11 +12,11 @@ let
in
buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.33.1";
version = "1.33.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-kH5HhkfUL+WzcX/0pK0dV1bI34TpmgRpx3m/UchdAEE=";
sha256 = "sha256-9WZjuVvWpzCR1MjeMXfja/YV2YFHdo7QbjgUWDymCpM=";
};
patches = [