Skip to content

Commit b85207f

Browse files
committed
Replaced theseyan/lmdbx-zig with B-R-P/lmdbx-zig
1 parent 78976ce commit b85207f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.zig.zon

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@
6161
// // actually used.
6262
// .lazy = false,
6363
//},
64-
.lmdbx = .{
65-
.url = "https://github.com/theseyan/lmdbx-zig/archive/refs/tags/v0.2.0.tar.gz",
66-
.hash = "lmdbx-0.1.2-WlIvzjFVAwDUzL6W5PcOnaxpazqXl9wEyx0K0H0Gv_9R",
67-
},
6864
.nmslib = .{
6965
.url = "https://github.com/B-R-P/NMSLIB-ZIG/archive/refs/heads/main.tar.gz",
7066
.hash = "nmslib-0.1.0-7XQ0QQJrDwBigBxLkzWxkEZJPBDCEI91mwm6fQtmEfu0",
7167
},
68+
.lmdbx = .{
69+
.url = "https://github.com/B-R-P/lmdbx-zig/archive/refs/heads/main.tar.gz",
70+
.hash = "lmdbx-0.1.2-WlIvzqFWAwAUF5IIBko___Bj2qKKVpLFDe9o6mL6O7x4",
71+
},
7272
},
7373
// Specifies the set of files and directories that are included in this package.
7474
// Only files and directories listed here are included in the `hash` that

0 commit comments

Comments
 (0)