dnscontrol: 4.21.0 -> 4.22.0

This commit is contained in:
R. Ryantm 2025-07-15 16:41:50 +00:00 committed by Sandro Jäckel
parent 19e28509c7
commit bdb2e09e48
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -9,16 +9,16 @@
buildGoModule rec { buildGoModule rec {
pname = "dnscontrol"; pname = "dnscontrol";
version = "4.21.0"; version = "4.22.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "StackExchange"; owner = "StackExchange";
repo = "dnscontrol"; repo = "dnscontrol";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-M1Ertf/0GBICci8CV/LyfuubsVTvQ1dql7hDKuHGM6k="; hash = "sha256-5K2o0qa+19ur6axDrVkhDDoTMzRO/oNYIGJciIKGvII=";
}; };
vendorHash = "sha256-BTysXvuE+LOHkUhsV+p8+5VOFcMUidz2i7uo2fdzyXg="; vendorHash = "sha256-hniL/pFbYOjpLuAHdH0gD0kFKnW9d/pN7283m9V3e/0=";
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];
@ -27,7 +27,7 @@ buildGoModule rec {
ldflags = [ ldflags = [
"-s" "-s"
"-w" "-w"
"-X=main.version=${version}" "-X=github.com/StackExchange/dnscontrol/v4/pkg/version.version=${version}"
]; ];
postInstall = '' postInstall = ''