fishnet: 2.4.0 -> 2.5.1
This commit is contained in:
parent
451c27fb70
commit
ef9d0ba1fc
13
pkgs/servers/fishnet/Cargo.lock.patch
Normal file
13
pkgs/servers/fishnet/Cargo.lock.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/Cargo.lock b/Cargo.lock
|
||||
index 963e40e..fb76d78 100644
|
||||
--- a/Cargo.lock
|
||||
+++ b/Cargo.lock
|
||||
@@ -230,7 +230,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "fishnet"
|
||||
-version = "2.5.1-dev"
|
||||
+version = "2.5.1"
|
||||
dependencies = [
|
||||
"arrayvec",
|
||||
"atty",
|
@ -6,21 +6,21 @@
|
||||
}:
|
||||
|
||||
let
|
||||
nnueFile = "nn-6762d36ad265.nnue";
|
||||
nnueFile = "nn-13406b1dcbe0.nnue";
|
||||
nnue = fetchurl {
|
||||
url = "https://tests.stockfishchess.org/api/nn/${nnueFile}";
|
||||
sha256 = "0727dsxfpns9fkyir95fybibqmigk5h45k154b2c5rk5s9md6qk7";
|
||||
sha256 = "sha256-E0BrHcvgo238XgfaUdjbOLekXX2kMHjsJadiTCuDI28=";
|
||||
};
|
||||
in
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "fishnet";
|
||||
version = "2.4.0";
|
||||
version = "2.5.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "niklasf";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-1Gl2vJFn9yVYH62yBJefAOBX/jJaFAdSZj2Lj3imcps=";
|
||||
sha256 = "sha256-nVRG60sSpTqfqhCclvWoeyHR0+oO1Jn1PgftigDGq5c=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
@ -29,7 +29,13 @@ rustPlatform.buildRustPackage rec {
|
||||
cp -v '${nnue}' 'Fairy-Stockfish/src/${nnueFile}'
|
||||
'';
|
||||
|
||||
cargoSha256 = "sha256-/s7Yyi2FUh+EDvgaHLgZ/FA6kk2FQrZr3L3B76fqTuc=";
|
||||
cargoSha256 = "sha256-BJK7M/pjHRj74xoeciavhkK2YRpeogkELIuXetX73so=";
|
||||
|
||||
# TODO: Cargo.lock is out of date, so fix it. Likely not necessary anymore in
|
||||
# the next update.
|
||||
cargoPatches = [
|
||||
./Cargo.lock.patch
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Distributed Stockfish analysis for lichess.org";
|
||||
|
Loading…
Reference in New Issue
Block a user