matrix-synapse-unwrapped: 1.160.0 -> 1.161.0

Release notes: https://github.com/element-hq/synapse/blob/release-v1.161/CHANGES.md
Full changelog: https://github.com/element-hq/synapse/compare/v1.160.0...v1.161.0
This commit is contained in:
transcaffeine
2026-09-15 21:08:32 +02:00
parent 8eb9f99282
commit c1a7daafa8

View File

@@ -14,19 +14,19 @@
python3Packages.buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.160.0";
version = "1.161.0";
pyproject = true;
src = fetchFromGitHub {
owner = "element-hq";
repo = "synapse";
rev = "v${version}";
hash = "sha256-sf7YS3AKPnhQySGZD1uvHvpVdUWIV/hrzBLvmbvS3bA=";
hash = "sha256-gtTgILfGLYL0ASNz6m8MJhAidQ7kTGqdiMNP6R8bH5Q=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-154xfJLCCcPbjxknbm5HanJyMGnAJCTZKH8BYvMCvpo=";
hash = "sha256-PHaFsLVUpeMSgHMg05blJUNgycDLbZUiZkWSPjDT1CM=";
};
build-system =