matrix-synapse: 1.59.1 -> 1.60.0

https://github.com/matrix-org/synapse/releases/tag/v1.60.0
This commit is contained in:
Robin Townsend 2022-05-31 09:32:26 -04:00
parent 346b98c22b
commit bb5f5eadf4

View file

@ -11,11 +11,11 @@ in
with python3.pkgs;
buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.59.1";
version = "1.60.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-EASd+tlPIYQpQP2OOHJSPDzgJZyVoigVfcC2b2c2A2o=";
sha256 = "sha256-sR+DZhpAkPpurPs6jSBVphYp12z8qulcQSl3ngcCrcs=";
};
buildInputs = [ openssl ];