matrix-synapse: 1.127.1 -> 1.128.0

Release notes: https://github.com/element-hq/synapse/releases/tag/v1.128.0
Full changelog: https://github.com/element-hq/synapse/compare/v1.127.1...v1.128.0
This commit is contained in:
transcaffeine 2025-04-08 21:03:30 +02:00
parent 063dece00c
commit 5404b66198
No known key found for this signature in database
GPG Key ID: 03624C433676E465

View File

@ -17,20 +17,20 @@ let
in
python3.pkgs.buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.127.1";
version = "1.128.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "element-hq";
repo = "synapse";
rev = "v${version}";
hash = "sha256-DNUKbb+d3BBp8guas6apQ4yFeXCc0Ilijtbt1hZkap4=";
hash = "sha256-QgVx/9mZ3Do+42YwO8OtI2dcuckMX/xIaiBUi4HrK4Q=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit src;
name = "${pname}-${version}";
hash = "sha256-wI3vOfR5UpVFls2wPfgeIEj2+bmWdL3pDSsKfT+ysw8=";
hash = "sha256-PdAyEGLYmMLgcPQjzjuwvQo55olKgr079gsgQnUoKTM=";
};
postPatch = ''