ctranslate2: 4.4.0 -> 4.5.0 (#350474)

This commit is contained in:
Martin Weinelt
2024-10-26 05:15:50 +02:00
committed by GitHub
@@ -24,13 +24,13 @@ let
in
stdenv.mkDerivation rec {
pname = "ctranslate2";
version = "4.4.0";
version = "4.5.0";
src = fetchFromGitHub {
owner = "OpenNMT";
repo = "CTranslate2";
rev = "v${version}";
hash = "sha256-E/ulk+Oo1zEP+sCKMZuMVSoO0MDjQ2opTflSwLmCJMw=";
hash = "sha256-2Znrt+TiQf/9YI1HYAikDfqbekAghOvxKoC05S18scQ=";
fetchSubmodules = true;
};