Merge pull request #108920 from danieldk/revert-sentencepiece-0.1.95

Revert "sentencepiece: 0.1.94 -> 0.1.95"
This commit is contained in:
Daniël de Kok
2021-01-10 09:12:56 +01:00
committed by GitHub

View File

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