matrix-synapse: 1.19.1 -> 1.19.2

This commit is contained in:
ajs124 2020-09-16 15:45:37 +02:00
parent 6e98b8ff93
commit 21779aece5

View File

@ -9,11 +9,11 @@ let
in in
buildPythonApplication rec { buildPythonApplication rec {
pname = "matrix-synapse"; pname = "matrix-synapse";
version = "1.19.1"; version = "1.19.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0ddn3g3q0nkxpmw0xpjhnl0m1g3lrlp89abqbal9k6n689h6kfly"; sha256 = "0q2w3aid6xsn1ibpsl3wf6m7vl0znngz8n717rx1jndz4s6014nj";
}; };
patches = [ patches = [