matrix-synapse: 1.14.0 -> 1.15.1
https://github.com/matrix-org/synapse/releases/tag/v1.15.0 https://github.com/matrix-org/synapse/releases/tag/v1.15.1
This commit is contained in:
parent
dcf36b65c3
commit
9fc60b36cb
@ -9,11 +9,11 @@ let
|
|||||||
in
|
in
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "matrix-synapse";
|
pname = "matrix-synapse";
|
||||||
version = "1.14.0";
|
version = "1.15.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "09drdqcjvpk9s3hq5rx9yxsxq0wak5fg5gfaiqfnbnxav2c2v7kq";
|
sha256 = "1hfyqp5bzsqp002synxp9jcm9fwzw9p0gcklmycmv616x3flylkf";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
@ -58,6 +58,7 @@ buildPythonApplication rec {
|
|||||||
unpaddedbase64
|
unpaddedbase64
|
||||||
typing-extensions
|
typing-extensions
|
||||||
authlib
|
authlib
|
||||||
|
pyjwt
|
||||||
] ++ 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