Skip to content

Commit

Permalink
matrix-synapse: 1.21.2 -> 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Oct 27, 2020
1 parent 2b0260f commit 2e2eea4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/servers/matrix-synapse/default.nix
Expand Up @@ -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 = [
Expand Down Expand Up @@ -53,6 +53,7 @@ buildPythonApplication rec {
typing-extensions
authlib
pyjwt
hiredis
] ++ lib.optional enableSystemd systemd;

checkInputs = [ mock parameterized openssl ];
Expand Down

0 comments on commit 2e2eea4

Please sign in to comment.