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 {
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 = ''