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:
parent
06d8a6f99d
commit
8c1a2e26dd
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user