matrix-synapse: 1.51.0 -> 1.52.0

This commit is contained in:
ajs124 2022-02-09 20:08:58 +01:00
parent b2c910f598
commit 62eb700727

View File

@ -11,11 +11,11 @@ in
with python3.pkgs; with python3.pkgs;
buildPythonApplication rec { buildPythonApplication rec {
pname = "matrix-synapse"; pname = "matrix-synapse";
version = "1.51.0"; version = "1.52.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-qhwFRveFCwflQmVCwzThC8sP+YCqckgCaXAc3IRms0g="; sha256 = "091z3rwd10n59andfy1pfjrf6q3n3yrjqrws13lqc02w23aaxzin";
}; };
buildInputs = [ openssl ]; buildInputs = [ openssl ];