Skip to content

Commit e87e7de

Browse files
authored
fishnet: 2.9.3 -> 2.9.4 (#357512)
2 parents b075b4e + 2e46495 commit e87e7de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/by-name/fi/fishnet/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
let
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 {
@@ -18,13 +18,13 @@ let
1818
};
1919
in 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";

0 commit comments

Comments
 (0)