mas: use testers.testVersion

This commit is contained in:
Bobby Rong 2022-04-26 15:59:18 +08:00
parent c154c1cd79
commit fd39a60a42
No known key found for this signature in database
GPG Key ID: ED07364437C91161

View File

@ -2,7 +2,7 @@
, stdenvNoCC
, fetchurl
, installShellFiles
, testVersion
, testers
, mas
}:
@ -25,7 +25,7 @@ stdenvNoCC.mkDerivation rec {
'';
passthru.tests = {
version = testVersion {
version = testers.testVersion {
package = mas;
command = "mas version";
};