File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 66
77let
88 # These files can be found in Stockfish/src/evaluate.h
9- nnueBigFile = "nn-31337bea577c .nnue" ;
9+ nnueBigFile = "nn-1111cefa1111 .nnue" ;
1010 nnueBig = fetchurl {
1111 url = "https://tests.stockfishchess.org/api/nn/${ nnueBigFile } " ;
12- sha256 = "sha256-MTN76ld8W00LPlQYGGGJ7k9Yuq6rjX9vO9BXisp/d9k =" ;
12+ sha256 = "sha256-ERHO+hERa3cWG9SxTatMUPJuWSDHVvSGFZK+Pc1t4XQ =" ;
1313 } ;
1414 nnueSmallFile = "nn-37f18f62d772.nnue" ;
1515 nnueSmall = fetchurl {
1818 } ;
1919in rustPlatform . buildRustPackage rec {
2020 pname = "fishnet" ;
21- version = "2.9.3 " ;
21+ version = "2.9.4 " ;
2222
2323 src = fetchFromGitHub {
2424 owner = "lichess-org" ;
2525 repo = pname ;
2626 rev = "v${ version } " ;
27- hash = "sha256-HlCnUJBhIhooBvQVz1SDfiifXIBkBlH2dEq+C9al7qI =" ;
27+ hash = "sha256-JhllThFiHeC/5AAFwwZQ0mgbENIWP1cA7aD01DeDVL8 =" ;
2828 fetchSubmodules = true ;
2929 } ;
3030
@@ -35,7 +35,7 @@ in rustPlatform.buildRustPackage rec {
3535 cp -v '${ nnueSmall } ' 'Fairy-Stockfish/src/${ nnueSmallFile } '
3636 '' ;
3737
38- cargoHash = "sha256-Fb28XNhCt88PFnJ4s0I80L/rLJtBTEZ8Xd/68MYFoLs =" ;
38+ cargoHash = "sha256-HuVEg8uJ1WbXzYaXCPBobmxhbhk+X8D/xFcM2wE8Lh0 =" ;
3939
4040 meta = with lib ; {
4141 description = "Distributed Stockfish analysis for lichess.org" ;
You can’t perform that action at this time.
0 commit comments