matrix-synapse: 1.131.0 -> 1.132.0

Diff: https://github.com/element-hq/synapse/compare/v1.131.0...v1.132.0

Changelog: https://github.com/element-hq/synapse/releases/tag/v1.132.0
(cherry picked from commit 83ef4fc387)
This commit is contained in:
Nick Cao
2025-06-18 19:13:39 -04:00
committed by chn
parent 3a706c1c96
commit 7b4ad1930a

View File

@@ -17,14 +17,14 @@ let
in
python3.pkgs.buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.131.0";
version = "1.132.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "element-hq";
repo = "synapse";
rev = "v${version}";
hash = "sha256-nXDVkuV5GCk0Lp4LfyiModKdO30PJ40B5mXdm5tMHQo=";
hash = "sha256-yKoBYwd2djHAawBJRcbdrJH16+MHpYQnU7h39SvWqYE=";
};
cargoDeps = rustPlatform.fetchCargoVendor {