diff options
| author | Andreas Grois <andi@grois.info> | 2025-11-16 21:08:35 +0100 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2025-11-16 21:08:35 +0100 |
| commit | 3a9ff92902df508074daa3017d1a71dae7e85248 (patch) | |
| tree | 3ddc5f4dc040ce2aa762c642569ff274f36049e7 /lakefile.lean | |
| parent | 75628f029abfd9829a1259a6e1dd7758d548c13f (diff) | |
Lean 4.25feature/day17
Diffstat (limited to 'lakefile.lean')
| -rw-r--r-- | lakefile.lean | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lakefile.lean b/lakefile.lean index 1e5c419..25f8d92 100644 --- a/lakefile.lean +++ b/lakefile.lean @@ -32,7 +32,7 @@ lean_exe «aoc-2023» where supportInterpreter := true require BinaryHeap from git - "http://git.grois.info/BinaryHeap"@"429534106cc509d0fb5b79c67da51b432a798243" + "http://git.grois.info/BinaryHeap"@"75f99635f27dbbedae9769395460b33092180b46" require «lean-astar» from git - "http://git.grois.info/lean-astar"@"088301828d9234c778faac314133922347c0d47f" + "http://git.grois.info/lean-astar"@"d630448964447d0b0953893152873db85db4c9e0" |
