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
|
, fetchpatch
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, openssl
|
, openssl
|
||||||
, testVersion
|
, testers
|
||||||
, gbl
|
, gbl
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
buildInputs = [ openssl ];
|
buildInputs = [ openssl ];
|
||||||
|
|
||||||
passthru.tests.version =
|
passthru.tests.version =
|
||||||
testVersion { package = gbl; };
|
testers.testVersion { package = gbl; };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "GBL Firmware file manipulation";
|
description = "GBL Firmware file manipulation";
|
||||||
|
|
Loading…
Reference in a new issue