matrix-synapse: 1.6.1 -> 1.7.0

https://github.com/matrix-org/synapse/releases/tag/v1.7.0
This commit is contained in:
Maximilian Bosch 2019-12-14 02:40:52 +01:00
parent e533a8c565
commit 73322737a3
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -23,11 +23,11 @@ let
in buildPythonApplication rec { in buildPythonApplication rec {
pname = "matrix-synapse"; pname = "matrix-synapse";
version = "1.6.1"; version = "1.7.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "184d7qd76bb2714pfkx9p4zzn4akb6xkx2iw86cpn7aqmccxysld"; sha256 = "1z7q34yazjb3glzhm0si0pzif32gnp03bmd490gckkl30rklyxsp";
}; };
patches = [ patches = [