Merge pull request #18030 from Ralith/matrix-synapse

matrix-synapse: 0.17.0 -> 0.17.1
This commit is contained in:
Joachim F 2016-08-27 12:23:38 +02:00 committed by GitHub
commit fca4e066bb

View File

@ -12,13 +12,13 @@ let
in
buildPythonApplication rec {
name = "matrix-synapse-${version}";
version = "0.17.0";
version = "0.17.1";
src = fetchFromGitHub {
owner = "matrix-org";
repo = "synapse";
rev = "v${version}";
sha256 = "0rkaadc1vkg6p3d91yid2y6a0l7drbvpkqa8v7f50gpcbdzn1l93";
sha256 = "04wl6lznffxhvfq52cmbg2amkl03454wyaqc17i0zlc6b0p14dli";
};
patches = [ ./matrix-synapse.patch ];