matrix-synapse: 1.16.1 -> 1.17.0

https://github.com/matrix-org/synapse/releases/tag/v1.17.0
This commit is contained in:
Maximilian Bosch 2020-07-13 17:43:03 +02:00
parent 5d9c045af2
commit 91f1d323e8
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -9,11 +9,11 @@ let
in in
buildPythonApplication rec { buildPythonApplication rec {
pname = "matrix-synapse"; pname = "matrix-synapse";
version = "1.16.1"; version = "1.17.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0kkja67h5ky94q5zj3790zx0nw5r8qksndvdg6gk6h0s1xb74iqa"; sha256 = "16hc82qhzb5maxp6f4xqarcv93sa6pg7i585vg97khgy6ryp3m7p";
}; };
patches = [ patches = [