matrix-synapse: 0.21.0 -> 0.22.1

This commit is contained in:
Franz Pletz 2017-07-10 09:00:30 +02:00
parent c3b566bb87
commit 90f9d52b73
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -24,13 +24,13 @@ let
};
in pythonPackages.buildPythonApplication rec {
name = "matrix-synapse-${version}";
version = "0.21.0";
version = "0.22.1";
src = fetchFromGitHub {
owner = "matrix-org";
repo = "synapse";
rev = "v${version}";
sha256 = "0mxgpfyh7265kh379hsb53lni43xcq9nffanbxwrg8hp8c79pcg3";
sha256 = "06kqqsfqmziff7i99yyxqvkqjm7fwi56abc2vy25g9kqzpdvkay7";
};
patches = [ ./matrix-synapse.patch ];