Skip to content

Commit

Permalink
Merge pull request #108920 from danieldk/revert-sentencepiece-0.1.95
Browse files Browse the repository at this point in the history
Revert "sentencepiece: 0.1.94 -> 0.1.95"
  • Loading branch information
danieldk committed Jan 10, 2021
2 parents 054b7c4 + 677f868 commit b514a6e
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 b514a6e

Please sign in to comment.