ctranslate2: 3.15.1 -> 3.16.0

This commit is contained in:
R. Ryantm 2023-07-02 02:15:56 +00:00
parent e0d23d3094
commit 696bc979db

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;
};