← back to Exo
set the mlx hash
dc7ade805202b606eae89f6b366d6e07e111cfca · 2026-02-10 19:58:50 +0000 · Ryuichi Leo Takashige
Files touched
Diff
commit dc7ade805202b606eae89f6b366d6e07e111cfca
Author: Ryuichi Leo Takashige <leo@exolabs.net>
Date: Tue Feb 10 19:58:50 2026 +0000
set the mlx hash
---
nix/mlx.nix | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nix/mlx.nix b/nix/mlx.nix
index 9213bd96..f29217b8 100644
--- a/nix/mlx.nix
+++ b/nix/mlx.nix
@@ -50,7 +50,7 @@ let
owner = "ml-explore";
repo = "mlx";
tag = "v${version}";
- hash = lib.fakeHash;
+ hash = "sha256-avD5EGhwgmPdXLAyQSqTO6AXk/W3ziH+f6AetjK3Sdo=";
};
patches = [
← dc781497 update mlx to 0.30.6
·
back to Exo
·
util: remove VecExt trait, inline at call site (#1446) 199df64c →