matrix-synapse: 1.132.0 -> 1.133.0

Release notes: https://github.com/element-hq/synapse/releases/tag/v1.133.0
Full changelog: https://github.com/element-hq/synapse/compare/v1.132.0...v1.133.0
This commit is contained in:
transcaffeine
2025-07-01 17:40:00 +02:00
parent 6445eabef2
commit 377932895f

View File

@@ -18,14 +18,14 @@ let
in
python3.pkgs.buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.132.0";
version = "1.133.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "element-hq";
repo = "synapse";
rev = "v${version}";
hash = "sha256-yKoBYwd2djHAawBJRcbdrJH16+MHpYQnU7h39SvWqYE=";
hash = "sha256-SCpLM/4sxE9xA781tgjrNNXpScCQOtgKnZKq64eCay8=";
};
patches = [
@@ -39,7 +39,7 @@ python3.pkgs.buildPythonApplication rec {
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-9VJnn8aPkShqK2wYGFr+S5koIjma7VOr+LkLXwStL1E=";
hash = "sha256-qgQU041VlAFFgEg2RhbK6g+aike+HN0FYuvHYtufzW8=";
};
postPatch = ''