matrix-synapse: 1.58.0 -> 1.59.1

This commit is contained in:
Sumner Evans
2022-05-18 09:05:30 -06:00
parent 242efdc5a5
commit 2836ac6b83
+2 -2
View File
@@ -11,11 +11,11 @@ in
with python3.pkgs;
buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.58.0";
version = "1.59.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-cY3rtmaaAimEQPU4wcMEy/QysPNCdk7yptrkctnLfDA=";
sha256 = "sha256-EASd+tlPIYQpQP2OOHJSPDzgJZyVoigVfcC2b2c2A2o=";
};
buildInputs = [ openssl ];