Skip to content

Commit

Permalink
matrix-synapse: 0.95.5 -> 0.95.5.1
Browse files Browse the repository at this point in the history
This version is needed for compatibility with 1.0.0 and the new v4 rooms.

Also, enable systemd support based on host OS.
  • Loading branch information
peterhoeg committed May 29, 2019
1 parent eccb90a commit adddf54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/matrix-synapse/default.nix
@@ -1,5 +1,5 @@
{ lib, stdenv, python3
, enableSystemd ? true
, enableSystemd ? stdenv.isLinux
}:

with python3.pkgs;
Expand All @@ -23,11 +23,11 @@ let

in buildPythonApplication rec {
pname = "matrix-synapse";
version = "0.99.5";
version = "0.99.5.1";

src = fetchPypi {
inherit pname version;
sha256 = "0f50nfddrd4zxyv27wn9k5fxhqqa9kgvk2ijby0pgf61b054dhfn";
sha256 = "17iyy6hq6m0mcb5r8zwzw90qqfn6w4b9l87snlfrry8gzwjjwncz";
};

patches = [
Expand Down

0 comments on commit adddf54

Please sign in to comment.