Skip to content

Commit 552dd0a

Browse files
committed
build: update deps
1 parent 6546238 commit 552dd0a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

build.zig.zon

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,36 +5,36 @@
55

66
.dependencies = .{
77
.llama_cpp = .{
8-
.url = "https://github.com/ggml-org/llama.cpp/archive/refs/tags/b5223.tar.gz",
9-
.hash = "N-V-__8AACaGJAScvd5tTU6cY3_dN_J-kZaOo6ZamCR-G3cm",
8+
.url = "https://github.com/ggml-org/llama.cpp/archive/refs/tags/b5345.tar.gz",
9+
.hash = "N-V-__8AAEx2KATH-qfrp6WtvlYuqk6wem14l61Ikw05KrPP",
1010
},
1111
.llama_cpp_macos = .{
1212
.optional = true,
13-
.url = "https://github.com/ggml-org/llama.cpp/releases/download/b5223/llama-b5223-bin-macos-arm64.zip",
14-
.hash = "N-V-__8AAFXGFwQYbE12yX1iRZHf5PRC-jOeF8eqfIufKnJf",
13+
.url = "https://github.com/ggml-org/llama.cpp/releases/download/b5345/llama-b5345-bin-macos-arm64.zip",
14+
.hash = "N-V-__8AANBvtAHbqQO_YzVwCzWisQDurWDtot_HuWQaiD4S",
1515
},
1616
.llama_cpp_windows = .{
1717
.optional = true,
18-
.url = "https://github.com/ggml-org/llama.cpp/releases/download/b5223/llama-b5223-bin-win-avx2-x64.zip",
19-
.hash = "N-V-__8AAEi2pAKlcGARxW8xx8XtWVbSY2q6jRRe39ReAauA",
18+
.url = "https://github.com/ggml-org/llama.cpp/releases/download/b5345/llama-b5345-bin-win-avx2-x64.zip",
19+
.hash = "N-V-__8AAEAqyAHTDwsOHDyDEcuxr_jt5eXBJU88IUHFElAO",
2020
},
2121
.llama_cpp_linux = .{
2222
.optional = true,
23-
.url = "https://github.com/ggml-org/llama.cpp/releases/download/b5223/llama-b5223-bin-ubuntu-x64.zip",
24-
.hash = "N-V-__8AABCbTgQWuhq1cE3rBTSyHSYhgB06eaS7yu6eQGxd",
23+
.url = "https://github.com/ggml-org/llama.cpp/releases/download/b5345/llama-b5345-bin-ubuntu-x64.zip",
24+
.hash = "N-V-__8AAEAqyAHTDwsOHDyDEcuxr_jt5eXBJU88IUHFElAO",
2525
},
2626
.webview = .{
2727
.optional = true,
2828
.url = "https://github.com/webview/webview/archive/f1a9d6b.tar.gz",
2929
.hash = "N-V-__8AAFXpCgDf9CFaoMSic23MgE7_O01X9Nz6JGTh2AY3",
3030
},
3131
.tokamak = .{
32-
.url = "git+https://github.com/cztomsik/tokamak?ref=main#52801a78a23f501fe3f1794da730d4ca2afe53bc",
33-
.hash = "tokamak-2.0.0-FbnSeePtAQCeozIDZxTCIJB-J3IC2md8S4Z7AbzWygFr",
32+
.url = "git+https://github.com/cztomsik/tokamak?ref=main#5a29143a0c1fabea38baf3613a4691979b6e09c0",
33+
.hash = "tokamak-2.0.0-FbnSed8qAgCBLRx8zc19crztQ7tfnS0wvGAUnQJ55qql",
3434
},
3535
.fridge = .{
36-
.url = "git+https://github.com/cztomsik/fridge?ref=main#f90a16747b537b1b1221b891b06356b2cb0bb9d5",
37-
.hash = "fridge-0.9.5-3GyIiixYAQAIxCifCXB1_pgf3195u8umzhHs8Ko56tud",
36+
.url = "git+https://github.com/cztomsik/fridge?ref=main#11305fd8c3ee58512494c2412e9a84ab92aa82a2",
37+
.hash = "fridge-0.9.5-3GyIikVYAQAo_R8sHa31-wARIkSRO0DQFHdnWENsvY3B",
3838
},
3939
},
4040
.paths = .{

0 commit comments

Comments
 (0)