mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
ctranslate2: fix src hash
This commit is contained in:
parent
debfae9321
commit
a4c0db7224
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue