mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
technitium-dns-server: 15.3.0 -> 15.4.0
(cherry picked from commit 13f91e3f03)
This commit is contained in:
committed by
github-actions[bot]
parent
29aaef21fa
commit
2abd366e19
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user