Merge pull request #59012 from OmnipotentEntity/leela-zero-v0.17

leela-zero: 0.16 -> 0.17
This commit is contained in:
Graham Christensen
2019-04-05 10:24:14 -04:00
committed by GitHub
2 changed files with 8 additions and 3 deletions
+3 -3
View File
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "leela-zero-${version}";
version = "0.16";
version = "0.17";
src = fetchFromGitHub {
owner = "gcp";
repo = "leela-zero";
rev = "v${version}";
sha256 = "1px7wqvlv414gklzgrmppp8wzc2mkskinm1p75j4snbqr8qpbn5s";
sha256 = "1k04ld1ysabxb8ivci3ji5by9vb3yvnflkf2fscs1x0bp7d6j101";
fetchSubmodules = true;
};
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
description = "Go engine modeled after AlphaGo Zero";
homepage = https://github.com/gcp/leela-zero;
license = licenses.gpl3;
maintainers = [ maintainers.averelld ];
maintainers = [ maintainers.averelld maintainers.omnipotententity ];
platforms = platforms.linux;
};
}