matrix-synapse: 0.19.2 -> 0.19.3

This commit is contained in:
Franz Pletz 2017-03-22 12:57:14 +01:00
parent c7e7feb27b
commit 28a4c998fa
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.19.2";
version = "0.19.3";
src = fetchFromGitHub {
owner = "matrix-org";
repo = "synapse";
rev = "v${version}";
sha256 = "03gnz7rb7yncykqy0irl1y5lhk1cs0b4snpas8s1c9r0vsw1bmhr";
sha256 = "0dnlv2rgda94zlgwkpryjsypcf995l7zdp19d2xiq7zpd13x6yag";
};
patches = [ ./matrix-synapse.patch ];