gbl: use testers.testVersion

main
Bobby Rong 2 years ago
parent 32e21f38cd
commit 11dbf9489d
No known key found for this signature in database
GPG Key ID: ED07364437C91161
  1. 4
      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";

Loading…
Cancel
Save