matrix-synapse: 1.25.0 -> 1.26.0

https://github.com/matrix-org/synapse/releases/tag/v1.26.0
This commit is contained in:
Robin Townsend 2021-01-27 11:42:22 -05:00
parent 2fcf614ea3
commit 1e80c853f4

View File

@ -12,11 +12,11 @@ let
in in
buildPythonApplication rec { buildPythonApplication rec {
pname = "matrix-synapse"; pname = "matrix-synapse";
version = "1.25.0"; version = "1.26.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-RL0LXBPJR1Qef3TNYYZdo83gh51nrN3BJeLtVzXDAg0="; sha256 = "1jppwqxamj3a65fw2a87brz4iqgijaa4lja51wlxh2xdkqj0sn6l";
}; };
patches = [ patches = [