From bcd9bce16ca7962fe927e7c138866790acdb60e9 Mon Sep 17 00:00:00 2001 From: m5r Date: Wed, 9 Sep 2026 19:25:08 +0200 Subject: [PATCH] build: bump version to 0.0.18 --- build.zig.zon | 2 +- flake.nix | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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