Skip to content

Commit

Permalink
matrix-synapse: 1.14.0 -> 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Jun 17, 2020
1 parent 9e37911 commit 73d7516
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/servers/matrix-synapse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,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 = [
Expand Down Expand Up @@ -73,6 +73,7 @@ in buildPythonApplication rec {
unpaddedbase64
typing-extensions
authlib
pyjwt
] ++ lib.optional enableSystemd systemd;

checkInputs = [ mock parameterized openssl ];
Expand Down

0 comments on commit 73d7516

Please sign in to comment.