Skip to content

Commit

Permalink
fishnet: 2.9.3 -> 2.9.4 (#357512)
Browse files Browse the repository at this point in the history
  • Loading branch information
NetaliDev authored Nov 22, 2024
2 parents b075b4e + 2e46495 commit e87e7de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/by-name/fi/fishnet/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

let
# These files can be found in Stockfish/src/evaluate.h
nnueBigFile = "nn-31337bea577c.nnue";
nnueBigFile = "nn-1111cefa1111.nnue";
nnueBig = fetchurl {
url = "https://tests.stockfishchess.org/api/nn/${nnueBigFile}";
sha256 = "sha256-MTN76ld8W00LPlQYGGGJ7k9Yuq6rjX9vO9BXisp/d9k=";
sha256 = "sha256-ERHO+hERa3cWG9SxTatMUPJuWSDHVvSGFZK+Pc1t4XQ=";
};
nnueSmallFile = "nn-37f18f62d772.nnue";
nnueSmall = fetchurl {
Expand All @@ -18,13 +18,13 @@ let
};
in rustPlatform.buildRustPackage rec {
pname = "fishnet";
version = "2.9.3";
version = "2.9.4";

src = fetchFromGitHub {
owner = "lichess-org";
repo = pname;
rev = "v${version}";
hash = "sha256-HlCnUJBhIhooBvQVz1SDfiifXIBkBlH2dEq+C9al7qI=";
hash = "sha256-JhllThFiHeC/5AAFwwZQ0mgbENIWP1cA7aD01DeDVL8=";
fetchSubmodules = true;
};

Expand All @@ -35,7 +35,7 @@ in rustPlatform.buildRustPackage rec {
cp -v '${nnueSmall}' 'Fairy-Stockfish/src/${nnueSmallFile}'
'';

cargoHash = "sha256-Fb28XNhCt88PFnJ4s0I80L/rLJtBTEZ8Xd/68MYFoLs=";
cargoHash = "sha256-HuVEg8uJ1WbXzYaXCPBobmxhbhk+X8D/xFcM2wE8Lh0=";

meta = with lib; {
description = "Distributed Stockfish analysis for lichess.org";
Expand Down

0 comments on commit e87e7de

Please sign in to comment.