Merge pull request #303100 from r-ryantm/auto-update/ctranslate2

ctranslate2: 4.1.1 -> 4.2.0
This commit is contained in:
Martin Weinelt 2024-04-10 21:05:48 +02:00 committed by GitHub
commit 4093715863
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,13 +24,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ctranslate2"; pname = "ctranslate2";
version = "4.1.1"; version = "4.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "OpenNMT"; owner = "OpenNMT";
repo = "CTranslate2"; repo = "CTranslate2";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-vA1KnHRxIX0lYUfwXTbxjnrrBjFmqp2kwpxBNorVf0Y="; hash = "sha256-P/aXrzaCF6Rz99Pz9CkpR/FlWXCj04q/4swiAddcwKk=";
fetchSubmodules = true; fetchSubmodules = true;
}; };