fishnet: 2.9.5 -> 2.10.0

This commit is contained in:
R. Ryantm 2025-08-09 03:55:10 +00:00
parent 56078c1dcc
commit 8d23e2296d

View File

@ -28,13 +28,13 @@ let
in in
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "fishnet"; pname = "fishnet";
version = "2.9.5"; version = "2.10.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lichess-org"; owner = "lichess-org";
repo = "fishnet"; repo = "fishnet";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-+JkqxO7wwYZHwWRMboKGe8uo/F223efR+9pIsAIoFpU="; hash = "sha256-BtOPLqfE6SjCr8/HS5oev1j3R26+wkWw051gZwDyCM0=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
@ -45,7 +45,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
cp -v '${nnueSmall}' 'Fairy-Stockfish/src/${nnueSmallFile}' cp -v '${nnueSmall}' 'Fairy-Stockfish/src/${nnueSmallFile}'
''; '';
cargoHash = "sha256-WjBrv4GApT7LTnexLDhY7Zni5kLtvUzaGs2YuA3UiHE="; cargoHash = "sha256-1Pk9vXo1ivE8H6ctS8PEsCEv/EKFxFtgnmrvik6Gwug=";
nativeInstallCheckInputs = [ nativeInstallCheckInputs = [
versionCheckHook versionCheckHook