patches: add discordchatexporter patch
This commit is contained in:
parent
69f13ce125
commit
5893eb9897
1 changed files with 7 additions and 0 deletions
|
@ -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=";
|
||||||
|
})
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue