sentencepiece: 0.1.94 -> 0.1.95

Changelog:

https://github.com/google/sentencepiece/releases/tag/v0.1.95
This commit is contained in:
Daniël de Kok 2021-01-16 10:40:57 +01:00
parent bcdca92787
commit ca85b8bdcb

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 ];