diff options
| author | Andreas Grois <andi@grois.info> | 2025-11-16 14:24:46 +0100 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2025-11-16 14:24:46 +0100 |
| commit | 6d10b7594f487bdfbef99d05bda34405dd85c8b8 (patch) | |
| tree | 42c630d3612322af6cabcd3ac197912507872e45 /lakefile.lean | |
| parent | 4fbeb023e0b2c58895e8df8d169035e274159537 (diff) | |
Lean 4.23
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 e89dba4..3e1521b 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"@"ff5c64836ede27d87dbc56b3869021ad8b0d255b" + "http://git.grois.info/BinaryHeap"@"90a0fee45356cf5a1a4d29214c7f0f115fddbf23" require «lean-astar» from git - "http://git.grois.info/lean-astar"@"2539ac49ab6af74b31d91e03d7dbfceedc9c1f02" + "http://git.grois.info/lean-astar"@"7480e42e0a7ef6631b01fb7208b2b3b9c7fcc354" |
