1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #185551 from r-ryantm/auto-update/sentencepiece

sentencepiece: 0.1.96 -> 0.1.97
This commit is contained in:
Mario Rodas 2022-08-14 09:57:30 -05:00 committed by GitHub
commit 452ed1591c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "sentencepiece";
version = "0.1.96";
version = "0.1.97";
src = fetchFromGitHub {
owner = "google";
repo = pname;
rev = "v${version}";
sha256 = "sha256-jo8XlQJsnWpeeezDjNNhh6T473XMqe8fsApUr82Y3BU=";
sha256 = "sha256-T6qQtLmuPKVha0CwX4fBH7IQoAlwVj64X2qDecWd7s8=";
};
nativeBuildInputs = [ cmake ];