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
1 changed files with 2 additions and 2 deletions

View File

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