openasar: add discord tests

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>

+12 -3
+12 -3
pkgs/by-name/op/openasar/package.nix
··· 6 nodejs, 7 asar, 8 unzip, 9 }: 10 11 stdenv.mkDerivation (finalAttrs: { ··· 48 49 doCheck = false; 50 51 - passthru.updateScript = unstableGitUpdater { 52 - # Only has a "nightly" tag (untaged version 0.2 is latest) see https://github.com/GooseMod/OpenAsar/commit/8f79dcef9b1f7732421235a392f06e5bd7382659 53 - hardcodeZeroVersion = true; 54 }; 55 56 meta = with lib; {
··· 6 nodejs, 7 asar, 8 unzip, 9 + discord, 10 + discord-ptb, 11 + discord-canary, 12 + discord-development, 13 }: 14 15 stdenv.mkDerivation (finalAttrs: { ··· 52 53 doCheck = false; 54 55 + passthru = { 56 + updateScript = unstableGitUpdater { 57 + # Only has a "nightly" tag (untaged version 0.2 is latest) see https://github.com/GooseMod/OpenAsar/commit/8f79dcef9b1f7732421235a392f06e5bd7382659 58 + hardcodeZeroVersion = true; 59 + }; 60 + tests = lib.genAttrs' [ discord discord-ptb discord-canary discord-development ] ( 61 + p: lib.nameValuePair p.pname p.tests.withOpenASAR 62 + ); 63 }; 64 65 meta = with lib; {