ctranslate2: 3.16.1 -> 3.17.1

https://github.com/OpenNMT/CTranslate2/blob/v3.17.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2023-07-23 12:47:42 +02:00
parent a8ba422f71
commit cc4061b896
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -17,13 +17,13 @@ let
in
stdenv.mkDerivation rec {
pname = "ctranslate2";
version = "3.16.1";
version = "3.17.1";
src = fetchFromGitHub {
owner = "OpenNMT";
repo = "CTranslate2";
rev = "v${version}";
hash = "sha256-6K4TQnm9va+oxwWuKfV+txF7rRBRzE6PoUEDA2v3lEM=";
hash = "sha256-aSYE8+vhCsgZf1gBqJFRK8cn91AxrRutJc3LzHQQHVc=";
fetchSubmodules = true;
};