technitium-dns-server: 15.3.0 -> 15.4.0

(cherry picked from commit 13f91e3f03)
This commit is contained in:
Leon Hubrich
2026-07-18 14:51:00 +02:00
committed by github-actions[bot]
parent 29aaef21fa
commit 2abd366e19
2 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
}:
buildDotnetModule (finalAttrs: {
pname = "technitium-dns-server-library";
version = "15.3.0";
version = "15.4.0";
__structuredAttrs = true;
@@ -15,7 +15,7 @@ buildDotnetModule (finalAttrs: {
owner = "TechnitiumSoftware";
repo = "TechnitiumLibrary";
tag = "dns-server-v${finalAttrs.version}";
hash = "sha256-BQWDzMEiChY8uX1wUUZNWFDomGqUyDrZ6+UEncC5G5U=";
hash = "sha256-h6EXPJTlYatT5IiFrIsZC/LJ5exzAAU8H4DZCimkn7Q=";
};
dotnet-sdk = dotnetCorePackages.sdk_10_0;

View File

@@ -10,7 +10,7 @@
}:
buildDotnetModule (finalAttrs: {
pname = "technitium-dns-server";
version = "15.3.0";
version = "15.4.0";
__structuredAttrs = true;
@@ -18,7 +18,7 @@ buildDotnetModule (finalAttrs: {
owner = "TechnitiumSoftware";
repo = "DnsServer";
tag = "v${finalAttrs.version}";
hash = "sha256-nopmnQpozvN0p/SyUCH3Yej/oAhDvNdfJssUA1JyGsk=";
hash = "sha256-EPqaVulPO5giURtlmj4vMDXYFKICrhJa9TQbQ9AaYJ8=";
};
dotnet-sdk = dotnetCorePackages.sdk_10_0;