fishnet: add passthru.tests.version

This commit is contained in:
Kenichi Kamiya 2024-11-20 18:28:49 +09:00
parent 21eb9f187e
commit bbaf0abf9c
No known key found for this signature in database
GPG Key ID: 9BE4016A38165CCB

View File

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