matrix-synapse: 1.145.0 -> 1.146.0

Release notes: https://github.com/element-hq/synapse/releases/tag/v1.146.0
Full changelog: https://github.com/element-hq/synapse/compare/v1.145.0...v1.146.0
This commit is contained in:
transcaffeine
2026-01-27 17:18:43 +01:00
parent 86fa73ce80
commit 6736c5e9d4
@@ -14,14 +14,14 @@
python3Packages.buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.145.0";
version = "1.146.0";
pyproject = true;
src = fetchFromGitHub {
owner = "element-hq";
repo = "synapse";
rev = "v${version}";
hash = "sha256-JFMxnp4//Q8t6LZf6L2jJxaShE51r4MY7eJvD9JhhVo=";
hash = "sha256-XeDXXiGmY4Lsn5qNVvsBUdQYlTz40fuVVus7jRsUNW4=";
};
cargoDeps = rustPlatform.fetchCargoVendor {