Unverified Commit 5d344a05 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

ctranslate2: 4.6.3 -> 4.7.0 (#486482)

parents 4ffecfaa 8428cd05
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,14 +28,14 @@ let
in
stdenv'.mkDerivation (finalAttrs: {
  pname = "ctranslate2";
  version = "4.6.3";
  version = "4.7.0";

  src = fetchFromGitHub {
    owner = "OpenNMT";
    repo = "CTranslate2";
    tag = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-J9h4G+4jv02/gbpHd/THLAxxII/hlmsFuaJUTU8TMgQ=";
    hash = "sha256-aH2sm7GkHbjy0/KwgyCIpAFNHDmJURd4xyn+51MCr+Y=";
  };

  # Fix CMake 4 compatibility