ctranslate2: 4.0.0 -> 4.1.1

This commit is contained in:
R. Ryantm 2024-03-15 17:44:48 +00:00 committed by Martin Weinelt
parent 8b306369bd
commit 7b937aac12
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 2 deletions

View File

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