fishnet: add passthru.tests.version
This commit is contained in:
parent
21eb9f187e
commit
bbaf0abf9c
@ -3,6 +3,8 @@
|
||||
rustPlatform,
|
||||
fetchFromGitHub,
|
||||
fetchurl,
|
||||
testers,
|
||||
fishnet,
|
||||
}:
|
||||
|
||||
let
|
||||
@ -39,6 +41,10 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
cargoHash = "sha256-Fb28XNhCt88PFnJ4s0I80L/rLJtBTEZ8Xd/68MYFoLs=";
|
||||
|
||||
passthru.tests.version = testers.testVersion {
|
||||
package = fishnet;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Distributed Stockfish analysis for lichess.org";
|
||||
homepage = "https://github.com/lichess-org/fishnet";
|
||||
|
Loading…
Reference in New Issue
Block a user