marksman: Use testers.testVersion

This commit is contained in:
Jonas Heinrich
2023-01-11 10:39:30 +01:00
committed by GitHub
parent 05515ec245
commit a5bb129240

View File

@@ -3,7 +3,7 @@
, buildDotnetModule
, dotnetCorePackages
, marksman
, testVersion
, testers
}:
buildDotnetModule rec {
@@ -34,7 +34,7 @@ buildDotnetModule rec {
passthru = {
updateScript = ./update.sh;
tests.version = testVersion {
tests.version = testers.testVersion {
package = marksman;
command = "marksman --version";
};