gbl: use testers.testVersion
This commit is contained in:
parent
32e21f38cd
commit
11dbf9489d
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue