Merge pull request #21518 from Ralith/matrix-synapse

matrix-synapse: 0.18.5 -> 0.18.6-rc2
This commit is contained in:
Michael Raskin 2016-12-30 22:22:08 +00:00 committed by GitHub
commit c0bde169bd
1 changed files with 2 additions and 2 deletions

View File

@ -24,13 +24,13 @@ let
};
in pythonPackages.buildPythonApplication rec {
name = "matrix-synapse-${version}";
version = "0.18.5";
version = "0.18.6-rc2";
src = fetchFromGitHub {
owner = "matrix-org";
repo = "synapse";
rev = "v${version}";
sha256 = "1l9vfx08alf71323jrfjjvcb7pww613dwxskdgc1bplnva4khj4f";
sha256 = "0alsby8hghhzgpzism2f9v5pmz91v20bd18nflfka79f3ss03h0q";
};
patches = [ ./matrix-synapse.patch ];