Merge pull request #123355 from Ma27/bump-matrix-synapse

This commit is contained in:
Martin Weinelt
2021-05-19 18:12:14 +02:00
committed by GitHub
2 changed files with 31 additions and 6 deletions
+2 -2
View File
@@ -12,11 +12,11 @@ let
in
buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.33.2";
version = "1.34.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-9WZjuVvWpzCR1MjeMXfja/YV2YFHdo7QbjgUWDymCpM=";
sha256 = "sha256-lXVJfhcH9lKOCHn5f4Lc/OjgEYa5IpauKRhBsFXNWLw=";
};
patches = [