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
1 changed files with 3 additions and 2 deletions
|
@ -9,11 +9,11 @@ let
|
|||
in
|
||||
buildPythonApplication rec {
|
||||
pname = "matrix-synapse";
|
||||
version = "1.21.2";
|
||||
version = "1.22.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "061b2mpdzqxyks1kj3p7xmw8i4akqfd2s9vb7v8w27k2qpcw7528";
|
||||
sha256 = "0dl4a5zirrjabbfibl9vj4zb16md11kqkz2v9l299gxbwwvzqc39";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
@ -53,6 +53,7 @@ buildPythonApplication rec {
|
|||
typing-extensions
|
||||
authlib
|
||||
pyjwt
|
||||
hiredis
|
||||
] ++ lib.optional enableSystemd systemd;
|
||||
|
||||
checkInputs = [ mock parameterized openssl ];
|
||||
|
|
Loading…
Reference in a new issue