ctranslate2: fix src hash

This commit is contained in:
Martin Weinelt
2026-07-06 00:34:28 +02:00
parent debfae9321
commit a4c0db7224
+1 -1
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