overlays/matrix-synapse: add patch to fix badges in elementx

This commit is contained in:
Aaron Bieber 2024-02-19 13:57:48 -07:00
parent ba048e7929
commit c7ad822d73
No known key found for this signature in database

View File

@ -6,6 +6,13 @@ let
version = "1.101.0";
pname = "matrix-synapse";
patches = [
(super.fetchpatch {
url = "https://patch-diff.githubusercontent.com/raw/element-hq/synapse/pull/16927.patch";
sha256 = "sha256-5Iy8oA/6XeOoe0d29ahFnEIn4zBcAOKtc/Jj5k3yb7c=";
})
];
src = super.fetchFromGitHub {
owner = "element-hq";
repo = "synapse";