diff options
| author | Andreas Grois <andi@grois.info> | 2025-11-16 18:21:09 +0100 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2025-11-16 18:21:09 +0100 |
| commit | 75628f029abfd9829a1259a6e1dd7758d548c13f (patch) | |
| tree | 43fe30ec302f3106d8dcdd0e7f6f369ea99eccad /lakefile.lean | |
| parent | 6d10b7594f487bdfbef99d05bda34405dd85c8b8 (diff) | |
Lean 4.24
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 3e1521b..1e5c419 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"@"90a0fee45356cf5a1a4d29214c7f0f115fddbf23" + "http://git.grois.info/BinaryHeap"@"429534106cc509d0fb5b79c67da51b432a798243" require «lean-astar» from git - "http://git.grois.info/lean-astar"@"7480e42e0a7ef6631b01fb7208b2b3b9c7fcc354" + "http://git.grois.info/lean-astar"@"088301828d9234c778faac314133922347c0d47f" |
