jumanpp: 2.0.0-rc2 -> 2.0.0-rc3

Fixes build failure via https://github.com/ku-nlp/jumanpp/pull/101
This commit is contained in:
Stefan Frijters 2021-05-15 10:40:04 +02:00
parent 06d8a6f99d
commit 8c1a2e26dd
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "jumanpp";
version = "2.0.0-rc2";
version = "2.0.0-rc3";
src = fetchurl {
url = "https://github.com/ku-nlp/${pname}/releases/download/v${version}/${pname}-${version}.tar.xz";
sha256 = "17fzmd0f5m9ayfhsr0mg7hjp3pg1mhbgknhgyd8v87x46g8bg6qp";
sha256 = "sha256-ASdr6qbkSe71M7QmuuwidCa4xQhDVoXBJ2XqvSY53pQ=";
};
nativeBuildInputs = [ cmake ];
buildInputs = [ protobuf ];