technitium-dns-server: 14.0.0 -> 14.2.0 (#463999)

This commit is contained in:
Gergő Gutyina
2025-12-07 11:30:47 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -7,13 +7,13 @@
}:
buildDotnetModule rec {
pname = "technitium-dns-server-library";
version = "dns-server-v14.0.0";
version = "dns-server-v14.2.0";
src = fetchFromGitHub {
owner = "TechnitiumSoftware";
repo = "TechnitiumLibrary";
tag = version;
hash = "sha256-vQAYNXSXWWuEMLj+zWQIM5A4BYcyiUlfp7+Ttk4R+MA=";
hash = "sha256-a5gCwOxBlp+MzcxrYWY56ihb2ayC/l9G3SQ31ZVpBZc=";
name = "${pname}-${version}";
};
@@ -10,13 +10,13 @@
}:
buildDotnetModule rec {
pname = "technitium-dns-server";
version = "14.0.0";
version = "14.2.0";
src = fetchFromGitHub {
owner = "TechnitiumSoftware";
repo = "DnsServer";
tag = "v${version}";
hash = "sha256-h7lcm9gKaCIPccg4Mxp78qSgygAuFyRPd1jPfmkoarU=";
hash = "sha256-zLm6uEC8BoaDfyzmLErJTOzzSKxrmb0j3VhEcsyizI4=";
name = "${pname}-${version}";
};