ctranslate2: 3.23.0 -> 3.24.0

This commit is contained in:
R. Ryantm 2024-01-09 11:19:30 +00:00
parent bc85b737c5
commit c8a3490aa1

View File

@ -24,13 +24,13 @@ let
in
stdenv.mkDerivation rec {
pname = "ctranslate2";
version = "3.23.0";
version = "3.24.0";
src = fetchFromGitHub {
owner = "OpenNMT";
repo = "CTranslate2";
rev = "v${version}";
hash = "sha256-jqeLNKOGdGtAVx7ExGGDxxgi5zDmQgmJ6bxIuguaM3k=";
hash = "sha256-RK5GQymtaYOM6HK2eRK5Rbz6NZva3Jt7lTPTUbSQXxI=";
fetchSubmodules = true;
};