Merge pull request #173401 from sumnerevans/synapse-1.59

matrix-synapse: 1.58.0 -> 1.59.1
This commit is contained in:
Maximilian Bosch
2022-05-20 14:20:14 +02:00
committed by GitHub
+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 ];