Commit aaa9e3b4 authored by R. RyanTM's avatar R. RyanTM
Browse files

ctranslate2: 4.2.1 -> 4.3.0

parent 704511c0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,13 +24,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "ctranslate2";
  version = "4.2.1";
  version = "4.3.0";

  src = fetchFromGitHub {
    owner = "OpenNMT";
    repo = "CTranslate2";
    rev = "v${version}";
    hash = "sha256-Bg25HL7BDM+SHtM0m7mJ3mAdpFe4kefdiDx5Ek1pQBs=";
    hash = "sha256-p9zpmfs1V92a+3Mxgi5eLKuCUN+26FAL4SjySZzPOW8=";
    fetchSubmodules = true;
  };