ctranslate2: fix src hash

This commit is contained in:
Martin Weinelt 2026-07-06 00:34:28 +02:00
commit a4c0db7224
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -35,7 +35,7 @@ stdenv'.mkDerivation (finalAttrs: {
repo = "CTranslate2";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-+82u+w08wGX0oh1wBaH/epI2IH7lxbvMThJEoGt0Kvk=";
hash = "sha256-cchwv+esysn/0v6RqD5zp306HfzOjjlCxH5usLETXs0=";
};
# Fix CMake 4 compatibility