overlays/matrix-synapse: add patch to fix badges in elementx
This commit is contained in:
parent
ba048e7929
commit
c7ad822d73
@ -6,6 +6,13 @@ let
|
|||||||
version = "1.101.0";
|
version = "1.101.0";
|
||||||
pname = "matrix-synapse";
|
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 {
|
src = super.fetchFromGitHub {
|
||||||
owner = "element-hq";
|
owner = "element-hq";
|
||||||
repo = "synapse";
|
repo = "synapse";
|
||||||
|
Loading…
Reference in New Issue
Block a user