Merge pull request #210168 from stasjok/marksman-fix-testversion

marksman: don't use deprecated alias
This commit is contained in:
Jonas Heinrich
2023-01-11 10:37:52 +01:00
committed by GitHub
+2 -2
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";
};