leela-zero: 0.16 -> 0.17
Updating the already packaged leela-zero to the newly released version 0.17
This commit is contained in:
parent
fb16ffd8a2
commit
ed33ed5b7a
|
@ -3519,6 +3519,11 @@
|
||||||
github = "olynch";
|
github = "olynch";
|
||||||
name = "Owen Lynch";
|
name = "Owen Lynch";
|
||||||
};
|
};
|
||||||
|
omnipotententity = {
|
||||||
|
email = "omnipotententity@gmail.com";
|
||||||
|
github = "omnipotententity";
|
||||||
|
name = "Michael Reilly";
|
||||||
|
};
|
||||||
OPNA2608 = {
|
OPNA2608 = {
|
||||||
email = "christoph.neidahl@gmail.com";
|
email = "christoph.neidahl@gmail.com";
|
||||||
github = "OPNA2608";
|
github = "OPNA2608";
|
||||||
|
|
|
@ -3,13 +3,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "leela-zero-${version}";
|
name = "leela-zero-${version}";
|
||||||
version = "0.16";
|
version = "0.17";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gcp";
|
owner = "gcp";
|
||||||
repo = "leela-zero";
|
repo = "leela-zero";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1px7wqvlv414gklzgrmppp8wzc2mkskinm1p75j4snbqr8qpbn5s";
|
sha256 = "1k04ld1ysabxb8ivci3ji5by9vb3yvnflkf2fscs1x0bp7d6j101";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Go engine modeled after AlphaGo Zero";
|
description = "Go engine modeled after AlphaGo Zero";
|
||||||
homepage = https://github.com/gcp/leela-zero;
|
homepage = https://github.com/gcp/leela-zero;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = [ maintainers.averelld ];
|
maintainers = [ maintainers.averelld maintainers.omnipotententity ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue