ctranslate2: fix src hash (#538805)

This commit is contained in:
Martin Weinelt
2026-07-05 22:40:35 +00:00
committed by GitHub
+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