marksman: don't use deprecated alias
This commit is contained in:
parent
a9a2798ac6
commit
175396e77d
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue