ctranslate2: 4.2.0 -> 4.2.1

This commit is contained in:
R. Ryantm 2024-04-24 12:40:40 +00:00
parent 9140927fb0
commit 8332ac826d

View File

@ -24,13 +24,13 @@ let
in
stdenv.mkDerivation rec {
pname = "ctranslate2";
version = "4.2.0";
version = "4.2.1";
src = fetchFromGitHub {
owner = "OpenNMT";
repo = "CTranslate2";
rev = "v${version}";
hash = "sha256-P/aXrzaCF6Rz99Pz9CkpR/FlWXCj04q/4swiAddcwKk=";
hash = "sha256-Bg25HL7BDM+SHtM0m7mJ3mAdpFe4kefdiDx5Ek1pQBs=";
fetchSubmodules = true;
};