matrix-synapse: 1.148.0 -> 1.149.1

Release notes: https://github.com/element-hq/synapse/releases/tag/v1.149.1
Full changelog: https://github.com/element-hq/synapse/compare/v1.148.0...v1.149.1
This commit is contained in:
transcaffeine
2026-03-11 13:47:20 +01:00
parent 75690239f0
commit 0f01be62ea
@@ -14,19 +14,19 @@
python3Packages.buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.148.0";
version = "1.149.1";
pyproject = true;
src = fetchFromGitHub {
owner = "element-hq";
repo = "synapse";
rev = "v${version}";
hash = "sha256-MQOjuVBxwOKO11wc/FafqndI0QgZT3jaigpjRsJXxRA=";
hash = "sha256-A780cOls5/Xb3rmgOWUZj27Q4MtfTLhBoCPOw5ZOE/4=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-LKO4Qa81AeUxEcUdvm43Bc8ANJJqtYEv5ucV0743yy0=";
hash = "sha256-rF1hCPUnsSpo/9+2oG4z2+qCqSSd5VQ5I3mRHz0uJ2w=";
};
build-system =