Merge pull request #88484 from danieldk/sentencepiece-0.1.91

sentencepiece: 0.1.90 -> 0.1.91
This commit is contained in:
Mario Rodas 2020-05-21 19:58:00 -05:00 committed by GitHub
commit 54392e38c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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