1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

ctranslate2: 4.3.0 -> 4.3.1 (#318863)

https://github.com/OpenNMT/CTranslate2/blob/v4.3.1/CHANGELOG.md
This commit is contained in:
R. RyanTM 2024-06-11 08:10:50 +10:00 committed by GitHub
parent e91574eaf2
commit 7c82c8c082
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.0";
version = "4.3.1";
src = fetchFromGitHub {
owner = "OpenNMT";
repo = "CTranslate2";
rev = "v${version}";
hash = "sha256-p9zpmfs1V92a+3Mxgi5eLKuCUN+26FAL4SjySZzPOW8=";
hash = "sha256-ApmGto9RzT8t49bsZVwk8aQnIau9sQyFvt9qnWKUGAE=";
fetchSubmodules = true;
};