matrix-synapse: 1.22.1 -> 1.23.0

This commit is contained in:
Tristan Helmich 2020-11-18 12:20:20 +00:00
parent 9635686059
commit 8061cdaf64

View File

@ -10,11 +10,11 @@ let
in in
buildPythonApplication rec { buildPythonApplication rec {
pname = "matrix-synapse"; pname = "matrix-synapse";
version = "1.22.1"; version = "1.23.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1pbxdqpfa7wzdz61p6x58x7841vng1g65qayxgcw73bn1shl50jb"; sha256 = "18an6nvxq2g21rq5ph3xlnkl75dmilcrz4ykdydz37hs09z6q1al";
}; };
patches = [ patches = [