diff options
Diffstat (limited to 'examples/hello_world/build.zig.zon')
-rw-r--r-- | examples/hello_world/build.zig.zon | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/hello_world/build.zig.zon b/examples/hello_world/build.zig.zon index 2761d5d..15b3495 100644 --- a/examples/hello_world/build.zig.zon +++ b/examples/hello_world/build.zig.zon @@ -21,8 +21,8 @@ // internet connectivity. .dependencies = .{ .srvre_sys = .{ - .url = "https://codeberg.org/Himbeer/srvre_sys/archive/f469f25308cf4e3f6a7f6ccdd9a8f634e10452a2.tar.gz", - .hash = "1220ec0ff680d96104969de102f8a9dc85ea3c379297788659def198f04fb7cfd839", + .url = "https://codeberg.org/Himbeer/srvre_sys/archive/v0.0.0.tar.gz", + .hash = "1220eab953dac4e478612bce320584bd264b7fed17aa931790ba5013a7ea0cb4b6da", }, }, .paths = .{ |