ctranslate2: 4.3.1 -> 4.4.0 (#340794)

This commit is contained in:
Martin Weinelt 2024-09-10 17:52:45 +02:00 committed by GitHub
commit 588aacc186
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,13 +24,13 @@ let
in
stdenv.mkDerivation rec {
pname = "ctranslate2";
version = "4.3.1";
version = "4.4.0";
src = fetchFromGitHub {
owner = "OpenNMT";
repo = "CTranslate2";
rev = "v${version}";
hash = "sha256-ApmGto9RzT8t49bsZVwk8aQnIau9sQyFvt9qnWKUGAE=";
hash = "sha256-E/ulk+Oo1zEP+sCKMZuMVSoO0MDjQ2opTflSwLmCJMw=";
fetchSubmodules = true;
};