matrix-synapse: 1.21.2 -> 1.22.0
https://github.com/matrix-org/synapse/releases/tag/v1.22.0
This commit is contained in:
parent
2b0260f4bc
commit
2e2eea4338
@ -9,11 +9,11 @@ let
|
|||||||
in
|
in
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "matrix-synapse";
|
pname = "matrix-synapse";
|
||||||
version = "1.21.2";
|
version = "1.22.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "061b2mpdzqxyks1kj3p7xmw8i4akqfd2s9vb7v8w27k2qpcw7528";
|
sha256 = "0dl4a5zirrjabbfibl9vj4zb16md11kqkz2v9l299gxbwwvzqc39";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
@ -53,6 +53,7 @@ buildPythonApplication rec {
|
|||||||
typing-extensions
|
typing-extensions
|
||||||
authlib
|
authlib
|
||||||
pyjwt
|
pyjwt
|
||||||
|
hiredis
|
||||||
] ++ lib.optional enableSystemd systemd;
|
] ++ lib.optional enableSystemd systemd;
|
||||||
|
|
||||||
checkInputs = [ mock parameterized openssl ];
|
checkInputs = [ mock parameterized openssl ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user