summary refs log tree commit diff
path: root/pkgs/tools/backup/discordchatexporter-cli/default.nix
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-04-20 17:40:48 +0300
committerArtturin <Artturin@artturin.com>2022-04-22 16:24:27 +0300
commitf1c7f19e49190cf58041908f9c194431e2513688 (patch)
tree13e0f07e1707d57a02b8d49e98fa3ae269624ac4 /pkgs/tools/backup/discordchatexporter-cli/default.nix
parent250ef1ff392b938415726a9331a30012573efaea (diff)
downloadnixpkgs-f1c7f19e49190cf58041908f9c194431e2513688.tar
nixpkgs-f1c7f19e49190cf58041908f9c194431e2513688.tar.gz
nixpkgs-f1c7f19e49190cf58041908f9c194431e2513688.tar.bz2
nixpkgs-f1c7f19e49190cf58041908f9c194431e2513688.tar.lz
nixpkgs-f1c7f19e49190cf58041908f9c194431e2513688.tar.xz
nixpkgs-f1c7f19e49190cf58041908f9c194431e2513688.tar.zst
nixpkgs-f1c7f19e49190cf58041908f9c194431e2513688.zip
treewide: testVersion -> testers.testVersion
Diffstat (limited to 'pkgs/tools/backup/discordchatexporter-cli/default.nix')
-rw-r--r--pkgs/tools/backup/discordchatexporter-cli/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/backup/discordchatexporter-cli/default.nix b/pkgs/tools/backup/discordchatexporter-cli/default.nix
index 8e98ea3c7c2..96de897c5f3 100644
--- a/pkgs/tools/backup/discordchatexporter-cli/default.nix
+++ b/pkgs/tools/backup/discordchatexporter-cli/default.nix
@@ -2,7 +2,7 @@
 , buildDotnetModule
 , fetchFromGitHub
 , dotnetCorePackages
-, testVersion
+, testers
 , discordchatexporter-cli
 }:
 
@@ -29,7 +29,7 @@ buildDotnetModule rec {
 
   passthru = {
     updateScript = ./updater.sh;
-    tests.version = testVersion {
+    tests.version = testers.testVersion {
       package = discordchatexporter-cli;
       version = "v${version}";
     };