Unverified Commit 7b937aac authored by R. RyanTM's avatar R. RyanTM Committed by Martin Weinelt
Browse files

ctranslate2: 4.0.0 -> 4.1.1

parent 8b306369
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.0.0";
  version = "4.1.1";

  src = fetchFromGitHub {
    owner = "OpenNMT";
    repo = "CTranslate2";
    rev = "v${version}";
    hash = "sha256-pySnkDnV41rqr4OcNonPtSgv4AJYcF5vtkBg6Ad/IvU=";
    hash = "sha256-vA1KnHRxIX0lYUfwXTbxjnrrBjFmqp2kwpxBNorVf0Y=";
    fetchSubmodules = true;
  };