From 6e9a36903e487b496f4f88d0e5c2fae24883cb8e Mon Sep 17 00:00:00 2001 From: m5r Date: Sat, 12 Sep 2026 15:10:09 +0200 Subject: [PATCH] build: bump version to 0.0.20 --- 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 0d4dc68..b71c2ad 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = .nxdns, - .version = "0.0.19", + .version = "0.0.20", .minimum_zig_version = "0.16.0", .paths = .{""}, .fingerprint = 0x3307b311dded1d91, diff --git a/flake.nix b/flake.nix index 871a339..7da99d9 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.19"; + version = "0.0.20"; hashes = { - "aarch64-linux" = "sha256-sNIjsnJ5TPRpSE/wDtwb0j7lYyyMXCPMwc7IAv5sy3s="; - "x86_64-linux" = "sha256-SvWV8lmyJWceVBhuAOtldMbwGA8hLx/puJVda2t0sCg="; + "aarch64-linux" = "sha256-2p86FImDgi4SDDzmV6w0qkrkp9dtDRyi/ZMOZ8WAEm4="; + "x86_64-linux" = "sha256-rnTpjo7J9uY+pINxJ4ZgwbqU7E2o7N0gr9z7VRhQiZ0="; }; # END GENERATED BY zig build cut