about summary refs log tree commit diff
path: root/pkgs/tools/archivers
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-04-26 16:05:27 +0800
committerBobby Rong <rjl931189261@126.com>2022-04-26 17:50:18 +0800
commit11dbf9489def60f54836d3c8aa436c59d98ae8d9 (patch)
treea3040e7ac7143c27ebd2bc5eda31a85b6658f0f3 /pkgs/tools/archivers
parent32e21f38cda97142b4a6cf76731d46e0c8d32119 (diff)
gbl: use testers.testVersion
Diffstat (limited to 'pkgs/tools/archivers')
-rw-r--r--pkgs/tools/archivers/gbl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/archivers/gbl/default.nix b/pkgs/tools/archivers/gbl/default.nix
index 4c057469f0370..266b0830d5cc5 100644
--- a/pkgs/tools/archivers/gbl/default.nix
+++ b/pkgs/tools/archivers/gbl/default.nix
@@ -4,7 +4,7 @@
 , fetchpatch
 , pkg-config
 , openssl
-, testVersion
+, testers
 , gbl
 }:
 
@@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec {
   buildInputs = [ openssl ];
 
   passthru.tests.version =
-    testVersion { package = gbl; };
+    testers.testVersion { package = gbl; };
 
   meta = with lib; {
     description = "GBL Firmware file manipulation";