gbl: use testers.testVersion

This commit is contained in:
Bobby Rong 2022-04-26 16:05:27 +08:00
parent 32e21f38cd
commit 11dbf9489d
No known key found for this signature in database
GPG Key ID: ED07364437C91161

View File

@ -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";