Merge pull request #72885 from Ma27/bump-matrix-synapse

matrix-synapse: 1.5.0 -> 1.5.1
This commit is contained in:
Léo Gaspard 2019-11-06 14:23:09 +01:00 committed by GitHub
commit a1a448424c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,11 +23,11 @@ let
in buildPythonApplication rec { in buildPythonApplication rec {
pname = "matrix-synapse"; pname = "matrix-synapse";
version = "1.5.0"; version = "1.5.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0skhzbwzq2985frnd86fn2hxhsmy0q1l5p9aich8l2gyg1dd3wb8"; sha256 = "14c9wjp3w9m8hnm91r2a33lvd3avq5xx759dy23wmmh0z8xf0k4a";
}; };
patches = [ patches = [