We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2dfc1a commit fc025ceCopy full SHA for fc025ce
pkgs/development/libraries/ctranslate2/default.nix
@@ -24,13 +24,13 @@ let
24
in
25
stdenv.mkDerivation rec {
26
pname = "ctranslate2";
27
- version = "4.4.0";
+ version = "4.5.0";
28
29
src = fetchFromGitHub {
30
owner = "OpenNMT";
31
repo = "CTranslate2";
32
rev = "v${version}";
33
- hash = "sha256-E/ulk+Oo1zEP+sCKMZuMVSoO0MDjQ2opTflSwLmCJMw=";
+ hash = "sha256-2Znrt+TiQf/9YI1HYAikDfqbekAghOvxKoC05S18scQ=";
34
fetchSubmodules = true;
35
};
36
0 commit comments