From d596fd788a605fe64d9ac09066ab359f83c3bedf Mon Sep 17 00:00:00 2001 From: m5r Date: Tue, 8 Sep 2026 23:06:52 +0200 Subject: [PATCH] build: bump version to 0.0.17 --- 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 36e7352..409c441 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = .nxdns, - .version = "0.0.16", + .version = "0.0.17", .minimum_zig_version = "0.16.0", .paths = .{""}, .fingerprint = 0x3307b311dded1d91, diff --git a/flake.nix b/flake.nix index f1e60ee..0588f79 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.16"; + version = "0.0.17"; hashes = { - "aarch64-linux" = "sha256-C//3SW4mvRDNF1p+HpPizpTBosPvojNId2tiWPRKu38="; - "x86_64-linux" = "sha256-xoL2gBqs4+FSm5peGBq/wk+j9CE5W8wDruGfm8xskI4="; + "aarch64-linux" = "sha256-BwWuS4OhtBTY+VbRQztHg8ZmlqRv2QioCt92NprBlrY="; + "x86_64-linux" = "sha256-hSgsXuLRcoOJvlcnuOuQ0ifS12i6gAmIVBFWMCopZQY="; }; # END GENERATED BY zig build cut