matrix-synapse-unwrapped: 1.157.2 -> 1.158.0

Release notes: https://github.com/element-hq/synapse/blob/release-v1.158/CHANGES.md
Full changes: https://github.com/element-hq/synapse/compare/v1.157.2...v1.158.0
This commit is contained in:
transcaffeine
2026-08-05 16:47:44 +02:00
parent 3b4aa778c5
commit 5cc0d3d348

View File

@@ -14,19 +14,19 @@
python3Packages.buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.157.2";
version = "1.158.0";
pyproject = true;
src = fetchFromGitHub {
owner = "element-hq";
repo = "synapse";
rev = "v${version}";
hash = "sha256-TUHcNAXrV43+J7jqfstlYdrZrwL5kDCh03yxO+vL/gw=";
hash = "sha256-9H2qhEnmqgC3kAdmWWCMay6zZU8czjCX4S2AXHwMBIo=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-KM3j2O7J4Sad6jKF2Ca4qkRLj3w7+/UCnK6T6x8kMfs=";
hash = "sha256-rYO/1QRYS2J28RvgNXymcOa+2k+Djm+6kFmzUfYXoIQ=";
};
build-system =