marksman: don't use deprecated alias

This commit is contained in:
Stanislav Asunkin 2023-01-11 10:15:36 +03:00
parent a9a2798ac6
commit 175396e77d

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";
};