Commit e00b15d9 authored by R. RyanTM's avatar R. RyanTM
Browse files

sentencepiece: 0.2.0 -> 0.2.1

parent b6705ec3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
  pname = "sentencepiece";
  version = "0.2.0";
  version = "0.2.1";

  src = fetchFromGitHub {
    owner = "google";
    repo = "sentencepiece";
    tag = "v${version}";
    sha256 = "sha256-tMt6UBDqpdjAhxAJlVOFFlE3RC36/t8K0gBAzbesnsg=";
    sha256 = "sha256-q0JgMxoD9PLqr6zKmOdrK2A+9RXVDub6xy7NOapS+vs=";
  };

  nativeBuildInputs = [ cmake ];