ctranslate2: 4.6.2 -> 4.6.3

https://github.com/OpenNMT/CTranslate2/blob/v4.6.3/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2026-01-07 00:23:20 +01:00
parent 6dc9b7737e
commit 3b2fc0cc0e
+2 -2
View File
@@ -28,14 +28,14 @@ let
in
stdenv'.mkDerivation (finalAttrs: {
pname = "ctranslate2";
version = "4.6.2";
version = "4.6.3";
src = fetchFromGitHub {
owner = "OpenNMT";
repo = "CTranslate2";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-AUi/MODxCSVuJhFjlhbMUyrGnK0X28B2+uTIHIg7oMg=";
hash = "sha256-J9h4G+4jv02/gbpHd/THLAxxII/hlmsFuaJUTU8TMgQ=";
};
# Fix CMake 4 compatibility