matrix-synapse: 1.157.1 -> 1.157.2

ChangeLog:
* https://github.com/element-hq/synapse/releases/tag/v1.157.2

(cherry picked from commit c8b0fa0739)
This commit is contained in:
networkException
2026-07-28 15:56:51 +02:00
committed by github-actions[bot]
parent 0f2f05f9e3
commit aa29919919

View File

@@ -14,14 +14,14 @@
python3Packages.buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.157.1";
version = "1.157.2";
pyproject = true;
src = fetchFromGitHub {
owner = "element-hq";
repo = "synapse";
rev = "v${version}";
hash = "sha256-yDfBtcBvIoWUfD8bqwGgeMvq4XHrr9ptVB6yKJWFX0c=";
hash = "sha256-TUHcNAXrV43+J7jqfstlYdrZrwL5kDCh03yxO+vL/gw=";
};
cargoDeps = rustPlatform.fetchCargoVendor {