Skip to content

Commit bc4531c

Browse files
authored
📝 Fixed a mismatched Bun SHAs (#123)
1 parent e7e2ca1 commit bc4531c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lustre_dev_tools/bin/bun.gleam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,11 +343,11 @@ const hashes = [
343343
),
344344
#(
345345
"bun-linux-aarch64-musl",
346-
"e85feb78bbff552ff6dcde0d99a7618f20df4544efd6248d9e97939709bc9406",
346+
"88c54cd66169aeb5ff31bc0c9d74a8017c7e6965597472ff49ecc355acb3a884",
347347
),
348348
#(
349349
"bun-linux-aarch64",
350-
"88c54cd66169aeb5ff31bc0c9d74a8017c7e6965597472ff49ecc355acb3a884",
350+
"a97c687fb5e54de4e2fb0869a7ac9a2d9c3af75ac182e2b68138c1dd8f98131b",
351351
),
352352
#(
353353
"bun-linux-x64-baseline",

0 commit comments

Comments
 (0)