13 src = fetchFromGitHub {
16 rev = "refs/tags/v${version}";
17 hash = "sha256-hdSsvV1mQet61pWeo5icDhFxAVNP5QU1fdb1YgyXVWU=";
20 nativeCheckInputs = lib.optional stdenv.hostPlatform.isDarwin darwin.IOKitTools;
25 "TestSession_saveUserCache"
26 "TestSession_GetUsers"
30 "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$"
33 vendorHash = "sha256-LjZP00YL0Coc7yY0Bm7AaYoAP37vQVJpVYPxuEnVEp4=";
36 homepage = "https://github.com/rusq/slackdump";
37 changelog = "https://github.com/rusq/slackdump/releases/tag/v${version}";
38 description = "Tools for saving Slack's data without admin privileges";
39 maintainers = with lib.maintainers; [ bot-wxt1221 ];
40 mainProgram = "slackdump";
41 license = lib.licenses.gpl3Plus;