6 , discordchatexporter-cli
9 buildDotnetModule rec {
10 pname = "discordchatexporter-cli";
13 src = fetchFromGitHub {
15 repo = "discordchatexporter";
17 hash = "sha256-r9bvTgqKQY605BoUlysSz4WJMxn2ibNh3EhoMYCfV3c=";
20 projectFile = "DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj";
21 nugetDeps = ./deps.nix;
22 dotnet-sdk = dotnetCorePackages.sdk_8_0;
23 dotnet-runtime = dotnetCorePackages.runtime_8_0;
26 ln -s $out/bin/DiscordChatExporter.Cli $out/bin/discordchatexporter-cli
30 updateScript = ./updater.sh;
31 tests.version = testers.testVersion {
32 package = discordchatexporter-cli;
33 version = "v${version}";
38 description = "Tool to export Discord chat logs to a file";
39 homepage = "https://github.com/Tyrrrz/DiscordChatExporter";
40 license = licenses.gpl3Plus;
41 changelog = "https://github.com/Tyrrrz/DiscordChatExporter/blob/${version}/Changelog.md";
42 maintainers = with maintainers; [ ];
43 platforms = [ "x86_64-linux" ];
44 mainProgram = "discordchatexporter-cli";