Skip to content

Commit 70cf5b7

Browse files
rockoragernatecraddock
authored andcommitted
deps: update to new hash
Update all deps to the new hash method. This fixes a bug where each time a build is invoked, the packages are refreshed. Running `zig build test` will continually refetch the tarballs without the new hash.
1 parent 52e18bf commit 70cf5b7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.zig.zon

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,32 +11,32 @@
1111
// future.
1212
.lua51 = .{
1313
.url = "https://github.com/natecraddock/lua/archive/refs/tags/5.1.5-1.tar.gz",
14-
.hash = "12203fe1feebb81635f8df5a5a7242733e441fe3f3043989c8e6b4d6720e96988813",
14+
.hash = "N-V-__8AABYiDAA_4f7ruBY1-N9aWnJCcz5EH-PzBDmJyOa0",
1515
},
1616

1717
.lua52 = .{
1818
.url = "https://www.lua.org/ftp/lua-5.2.4.tar.gz",
19-
.hash = "1220d5b2b39738f0644d9ed5b7431973f1a16b937ef86d4cf85887ef3e9fda7a3379",
19+
.hash = "N-V-__8AALg2DgDVsrOXOPBkTZ7Vt0MZc_Gha5N--G1M-FiH",
2020
},
2121

2222
.lua53 = .{
2323
.url = "https://www.lua.org/ftp/lua-5.3.6.tar.gz",
24-
.hash = "1220937a223531ef6b3fea8f653dc135310b0e84805e7efa148870191f5ab915c828",
24+
.hash = "N-V-__8AALihEACTeiI1Me9rP-qPZT3BNTELDoSAXn76FIhw",
2525
},
2626

2727
.lua54 = .{
2828
.url = "https://www.lua.org/ftp/lua-5.4.7.tar.gz",
29-
.hash = "12206df90729936e110f5d2574437be370fc4367b5f44afcc77749ac421547bc8ff0",
29+
.hash = "N-V-__8AAIMvFABt-Qcpk24RD10ldEN743D8Q2e19Er8x3dJ",
3030
},
3131

3232
.luajit = .{
3333
.url = "https://github.com/LuaJIT/LuaJIT/archive/c525bcb9024510cad9e170e12b6209aedb330f83.tar.gz",
34-
.hash = "1220ae2d84cfcc2a7aa670661491f21bbed102d335de18ce7d36866640fd9dfcc33a",
34+
.hash = "N-V-__8AACcgQgCuLYTPzCp6pnBmFJHyG77RAtM13hjOfTaG",
3535
},
3636

3737
.luau = .{
3838
.url = "https://github.com/luau-lang/luau/archive/refs/tags/0.653.tar.gz",
39-
.hash = "1220c76fb74b983b0ebfdd6b3a4aa8adf0c1ff69c9b6a9e9e05f9bc6a6c57a690e23",
39+
.hash = "N-V-__8AAFB1kwDHb7dLmDsOv91rOkqorfDB_2nJtqnp4F-b",
4040
},
4141
},
4242
}

0 commit comments

Comments
 (0)