diff --git a/build.zig.zon b/build.zig.zon index 409c441..3d3ec09 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = .nxdns, - .version = "0.0.17", + .version = "0.0.18", .minimum_zig_version = "0.16.0", .paths = .{""}, .fingerprint = 0x3307b311dded1d91, diff --git a/flake.nix b/flake.nix index 6e3544a..2513e63 100644 --- a/flake.nix +++ b/flake.nix @@ -8,10 +8,10 @@ let # `zig build cut` rewrites the lines between the delimiters by text replacement. # BEGIN GENERATED BY zig build cut - version = "0.0.17"; + version = "0.0.18"; hashes = { - "aarch64-linux" = "sha256-tDnKVUlosx6NK5qLqUAPvIncJ+C7JZ1dNSa8QiEzPHc="; - "x86_64-linux" = "sha256-juCx8wse5DvLCgyOeJRp+seUUj4xRotUwZnQtXHIq2s="; + "aarch64-linux" = "sha256-7TmuJr6TkgRdPkYvNiEOFVfkzkp+djjWSml+vAUee78="; + "x86_64-linux" = "sha256-uBWjl8FvP4VgPisJgydNazyPu40jjQa7+i64+M/B50A="; }; # END GENERATED BY zig build cut