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
|
||||
buildPythonApplication rec {
|
||||
pname = "matrix-synapse";
|
||||
version = "1.14.0";
|
||||
version = "1.15.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "09drdqcjvpk9s3hq5rx9yxsxq0wak5fg5gfaiqfnbnxav2c2v7kq";
|
||||
sha256 = "1hfyqp5bzsqp002synxp9jcm9fwzw9p0gcklmycmv616x3flylkf";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@ -58,6 +58,7 @@ buildPythonApplication rec {
|
||||
unpaddedbase64
|
||||
typing-extensions
|
||||
authlib
|
||||
pyjwt
|
||||
] ++ lib.optional enableSystemd systemd;
|
||||
|
||||
checkInputs = [ mock parameterized openssl ];
|
||||
|
Loading…
Reference in New Issue
Block a user