Unverified Commit 6df25050 authored by misuzu's avatar misuzu Committed by GitHub
Browse files

ctranslate2: 4.6.2 -> 4.6.3 (#477591)

parents a47ec068 3b2fc0cc
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.2";
  version = "4.6.3";

  src = fetchFromGitHub {
    owner = "OpenNMT";
    repo = "CTranslate2";
    tag = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-AUi/MODxCSVuJhFjlhbMUyrGnK0X28B2+uTIHIg7oMg=";
    hash = "sha256-J9h4G+4jv02/gbpHd/THLAxxII/hlmsFuaJUTU8TMgQ=";
  };

  # Fix CMake 4 compatibility