Daniël de Kok 2020-05-13 08:26:00 +02:00
parent 410d6a7dc7
commit 2548f8b467

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "sentencepiece"; pname = "sentencepiece";
version = "0.1.86"; version = "0.1.90";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "google"; owner = "google";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0r4z5n3dx0bg1pm2kgfllyj65s7ljn2ny7i7c5bz618r7h8bax9p"; sha256 = "10y16qkr2ibn8synmyzgwcbkszyfys1v0dx75p3mayh02yif4dx2";
}; };
nativeBuildInputs = [ cmake ] ++ lib.optional withGPerfTools gperftools; nativeBuildInputs = [ cmake ] ++ lib.optional withGPerfTools gperftools;