Merge pull request #218996 from SuperSandro2000/dnscontrol

This commit is contained in:
Sandro
2023-03-06 01:16:05 +01:00
committed by GitHub
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "dnscontrol";
version = "3.26.0";
version = "3.27.1";
src = fetchFromGitHub {
owner = "StackExchange";
repo = pname;
rev = "v${version}";
sha256 = "sha256-wkPBMFsPLJFfilKuA3bGNn7NtC+wsnXZf+qkVpF2fWc=";
sha256 = "sha256-WXYmV4QE0OPv1reYX+YrmqGdnRUDHXBt60NIUDLTDLk=";
};
vendorHash = "sha256-U7RQPrvByTADC2/8O0cvcf0nmDgIeVkuyRGV0fpSCPk=";
vendorHash = "sha256-FxKmFDx5ckLm8uJB9ouYSwjX+Pu20In6ertGzhhlEwA=";
ldflags = [ "-s" "-w" ];