matrix-synapse: 1.135.0 -> 1.135.2

Diff: https://github.com/element-hq/synapse/compare/v1.135.0...v1.135.2
Changelog: https://github.com/element-hq/synapse/releases/tag/v1.135.2
Fixes: CVE-2025-49090
(cherry picked from commit fdb0eabc09)
This commit is contained in:
Yureka
2025-08-11 19:34:07 +02:00
committed by chn
parent 57303d3c39
commit cc56ae5eb2

View File

@@ -17,14 +17,14 @@ let
in
python3.pkgs.buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.135.0";
version = "1.135.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "element-hq";
repo = "synapse";
rev = "v${version}";
hash = "sha256-ygLWjI6HzBMTPDhEmf1rT18UhoRekzpG8DkeZXo2dts=";
hash = "sha256-4HAA9Xq4C3DHxz0BgqBitfM4wZwPSEu+IO/OPfHzLVw=";
};
cargoDeps = rustPlatform.fetchCargoVendor {