overlays/matrix-synapse: try patch 16954

This commit is contained in:
Aaron Bieber 2024-02-23 08:17:13 -07:00
parent a2f9fd4d9e
commit efb6432952
No known key found for this signature in database

View File

@ -13,6 +13,13 @@ let
inherit hash;
};
patches = [
(super.fetchpatch {
url = "https://github.com/element-hq/synapse/pull/16954.patch";
sha256 = "sha256-/hm4yKAGw30Z903v4TBDuO+AmxNOMKMK8VtNPegW/VA=";
})
];
cargoDeps = super.rustPlatform.fetchCargoTarball {
inherit src sha256;
name = "${pname}-${version}";