3
0
Fork 0
forked from mirrors/nixpkgs

matrix-synapse: 0.17.1 -> 0.17.2

This commit is contained in:
Emery Hemingway 2016-09-12 11:45:53 +02:00
parent 79ab2f3b32
commit 3adbc07af7

View file

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