Unverified Commit 14afb464 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #312451 from r-ryantm/auto-update/ctranslate2

ctranslate2: 4.2.1 -> 4.3.0
parents f4f2d1af aaa9e3b4
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;
  };