matrix-synapse: 1.11.1 -> 1.12.0

This commit is contained in:
ajs124
2020-03-23 20:11:47 +01:00
parent dff1df7c21
commit 425efa54ef
+2 -2
View File
@@ -23,11 +23,11 @@ let
in buildPythonApplication rec { in buildPythonApplication rec {
pname = "matrix-synapse"; pname = "matrix-synapse";
version = "1.11.1"; version = "1.12.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0xd4bxsmk67r6pfj5lh0hn36r8z51mxsl39fjfrfdidvl1qqbxnk"; sha256 = "18wavnb47w4hfh8dc7g77bfhz03zh1xzl58mxlfi0000qsbkz680";
}; };
patches = [ patches = [