Skip to content

Commit

Permalink
sentencepiece: 0.1.94 -> 0.1.95
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Jan 9, 2021
1 parent 5772fa6 commit 24fb219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/sentencepiece/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
hash = "sha256-xpVihdSpjO/mJWM5nzVg9CND3oAEdfCwXQW0jqLVDBA=";
};

nativeBuildInputs = [ cmake ] ++ lib.optional withGPerfTools gperftools;
Expand Down

0 comments on commit 24fb219

Please sign in to comment.