matrix-synapse-unwrapped: 1.153.0 -> 1.154.0

Release notes: https://github.com/element-hq/synapse/releases/tag/v1.154.0
Full changelog: https://github.com/element-hq/synapse/compare/v1.153.0...v1.154.0

(cherry picked from commit 7d1111fbc0)
This commit is contained in:
transcaffeine 2026-06-04 19:44:32 +02:00 committed by github-actions[bot]
commit 06d25f1cd9

View file

@ -14,14 +14,14 @@
python3Packages.buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.153.0";
version = "1.154.0";
pyproject = true;
src = fetchFromGitHub {
owner = "element-hq";
repo = "synapse";
rev = "v${version}";
hash = "sha256-2/KzRPUMfOOmI8j8WZsVU2ubNxidTb+FW0MZF+ktSSQ=";
hash = "sha256-4US6PPJAI0UUOmy12thjXKX3IRUCH9w/zkRD3ivQ9BE=";
};
cargoDeps = rustPlatform.fetchCargoVendor {