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

ctranslate2: 3.15.1 -> 3.16.0
This commit is contained in:
Martin Weinelt 2023-07-03 00:30:53 +02:00 committed by GitHub
commit 86f1a63a59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,13 +17,13 @@ let
in
stdenv.mkDerivation rec {
pname = "ctranslate2";
version = "3.15.1";
version = "3.16.0";
src = fetchFromGitHub {
owner = "OpenNMT";
repo = "CTranslate2";
rev = "v${version}";
hash = "sha256-lh4j53+LQj09tq3qiHrL2YrACzWY1V/HX8Ixnq0TTyY=";
hash = "sha256-wQhPIjLUpeWNzUH7ZkK+l0nkiv4ncFHUys/vu/e9SOU=";
fetchSubmodules = true;
};