patches: add discordchatexporter patch

This commit is contained in:
Infinidoge 2025-06-19 03:41:46 -04:00
parent 69f13ce125
commit 5893eb9897
Signed by: Infinidoge
SSH key fingerprint: SHA256:GT2StvPQMMfFHyiiFJymQxfTG/z6EWLJ6NWItf5K5sA

View file

@ -36,4 +36,11 @@ in
ldap3 = addPatches pythonPrev.ldap3 [ ./ldap3.patch ]; 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=";
})
];
} }