Merge pull request #177714 from NickCao/synapse

matrix-synapse: 1.60.0 -> 1.61.0
This commit is contained in:
Maximilian Bosch
2022-06-16 13:15:33 +02:00
committed by GitHub
+2 -2
View File
@@ -11,11 +11,11 @@ in
with python3.pkgs;
buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.60.0";
version = "1.61.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-sR+DZhpAkPpurPs6jSBVphYp12z8qulcQSl3ngcCrcs=";
sha256 = "sha256-tEYvbR7uQe7WLtkYt0xXFGLu8w4q8bhf9HqDbGXF+T8=";
};
buildInputs = [ openssl ];