Merge pull request #109503 from danieldk/sentencepiece-0.1.95-take2

sentencepiece: 0.1.94 -> 0.1.95
This commit is contained in:
Sandro 2021-01-16 16:05:36 +01:00 committed by GitHub
commit c4e40df043
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "sentencepiece";
version = "0.1.94";
version = "0.1.95";
src = fetchFromGitHub {
owner = "google";
repo = pname;
rev = "v${version}";
sha256 = "sha256:11cqw4hx33gw2jmrg11jyp7fj9pwzwjwzqcn24jfsbgh6n8gks5x";
sha256 = "0mv7vgsvd7hjssidxy7fjfmwqy68vjcia8pajji11q2fkfp3cg67";
};
nativeBuildInputs = [ cmake ];