diff --git a/overlays/patches/default.nix b/overlays/patches/default.nix index b713e06..36fdc66 100644 --- a/overlays/patches/default.nix +++ b/overlays/patches/default.nix @@ -36,4 +36,11 @@ in ldap3 = addPatches pythonPrev.ldap3 [ ./ldap3.patch ]; }) ]; + + discordchatexporter-cli = addPatches prev.discordchatexporter-cli [ + (final.fetchpatch { + url = "https://github.com/Tyrrrz/DiscordChatExporter/commit/7be46d6de5fe3d2cd9f957c53c50d7e619bec18a.patch"; + hash = "sha256-UbS4RpKbjo7cdO0sY0ggpadqD0Hln1jNK0WG0k8M0Ao="; + }) + ]; }