dnscontrol: 4.21.0 -> 4.22.0 (#425501)

This commit is contained in:
Sandro 2025-07-16 18:47:31 +02:00 committed by GitHub
commit 0af877c2b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,16 +9,16 @@
buildGoModule rec {
pname = "dnscontrol";
version = "4.21.0";
version = "4.22.0";
src = fetchFromGitHub {
owner = "StackExchange";
repo = "dnscontrol";
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 ];
@ -27,7 +27,7 @@ buildGoModule rec {
ldflags = [
"-s"
"-w"
"-X=main.version=${version}"
"-X=github.com/StackExchange/dnscontrol/v4/pkg/version.version=${version}"
];
postInstall = ''