Skip to content

Commit

Permalink
Revert "sentencepiece: 0.1.94 -> 0.1.95"
Browse files Browse the repository at this point in the history
This reverts commit 24fb219.
  • Loading branch information
danieldk committed Jan 10, 2021
1 parent c06b2b3 commit 677f868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/sentencepiece/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 677f868

Please sign in to comment.