about summary refs log tree commit diff
path: root/pkgs/tools/misc/czkawka
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/misc/czkawka
parent250ef1ff392b938415726a9331a30012573efaea (diff)
treewide: testVersion -> testers.testVersion
Diffstat (limited to 'pkgs/tools/misc/czkawka')
-rw-r--r--pkgs/tools/misc/czkawka/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/czkawka/default.nix b/pkgs/tools/misc/czkawka/default.nix
index fbe3a68d58429..6385eade7aa4a 100644
--- a/pkgs/tools/misc/czkawka/default.nix
+++ b/pkgs/tools/misc/czkawka/default.nix
@@ -8,7 +8,7 @@
 , gdk-pixbuf
 , atk
 , gtk3
-, testVersion
+, testers
 , czkawka
 }:
 
@@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec {
     gtk3
   ];
 
-  passthru.tests.version = testVersion {
+  passthru.tests.version = testers.testVersion {
     package = czkawka;
     command = "czkawka_cli --version";
   };