matrix-synapse: 1.24.0 -> 1.25.0

https://github.com/matrix-org/synapse/releases/tag/v1.25.0
This commit is contained in:
Maximilian Bosch 2021-01-13 12:02:46 +01:00
parent f620cda93f
commit 59948467c8
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -12,11 +12,11 @@ let
in
buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.24.0";
version = "1.25.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-yxcdFd7iVXbDIUx1lW73FKLy+BZfSspz60LKw7BCtl4=";
sha256 = "sha256-RL0LXBPJR1Qef3TNYYZdo83gh51nrN3BJeLtVzXDAg0=";
};
patches = [