Merge pull request #98097 from helsinki-systems/upd/matrix-synapse

matrix-synapse: 1.19.1 -> 1.19.2
This commit is contained in:
ajs124 2020-09-16 23:06:49 +02:00 committed by GitHub
commit 233ae7b13e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [