[object Object]

← back to Exo

Update the nix hash for mlx 0.30.5 (#1416)

dcb4cabc153332f3e5bc9018a09163bc5923d5c6 · 2026-02-06 21:27:10 +0000 · rltakashige

## Motivation

<!-- Why is this change needed? What problem does it solve? -->
<!-- If it fixes an open issue, please link to the issue here -->

## Changes

<!-- Describe what you changed in detail -->

## Why It Works

<!-- Explain why your approach solves the problem -->

## Test Plan

### Manual Testing
<!-- Hardware: (e.g., MacBook Pro M1 Max 32GB, Mac Mini M2 16GB,
connected via Thunderbolt 4) -->
<!-- What you did: -->
<!-- - -->

### Automated Testing
<!-- Describe changes to automated tests, or how existing tests cover
this change -->
<!-- - -->

Files touched

Diff

commit dcb4cabc153332f3e5bc9018a09163bc5923d5c6
Author: rltakashige <rl.takashige@gmail.com>
Date:   Fri Feb 6 21:27:10 2026 +0000

    Update the nix hash for mlx 0.30.5 (#1416)
    
    ## Motivation
    
    <!-- Why is this change needed? What problem does it solve? -->
    <!-- If it fixes an open issue, please link to the issue here -->
    
    ## Changes
    
    <!-- Describe what you changed in detail -->
    
    ## Why It Works
    
    <!-- Explain why your approach solves the problem -->
    
    ## Test Plan
    
    ### Manual Testing
    <!-- Hardware: (e.g., MacBook Pro M1 Max 32GB, Mac Mini M2 16GB,
    connected via Thunderbolt 4) -->
    <!-- What you did: -->
    <!-- - -->
    
    ### Automated Testing
    <!-- Describe changes to automated tests, or how existing tests cover
    this change -->
    <!-- - -->
---
 nix/mlx.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix/mlx.nix b/nix/mlx.nix
index 8e6524ee..767517dc 100644
--- a/nix/mlx.nix
+++ b/nix/mlx.nix
@@ -50,7 +50,7 @@ let
       owner = "ml-explore";
       repo = "mlx";
       tag = "v${version}";
-      hash = "sha256-OJk6jPlbaSlsUdk3ADz3tWcRzTWXRof3/q8Soe1AO6w=";
+      hash = "sha256-SV/3MXt+SuJ69XfLfXycold6KgtXSM7OE0KwMSNw+eE=";
     };
 
     patches = [

← d79b3a0e bench: make exo-bench available via nix run on all platforms  ·  back to Exo  ·  Ciaran/image model listing (#1417) 9dc4f786 →