dnscontrol: 4.6.3 -> 4.7.3

This commit is contained in:
Sandro Jäckel
2023-12-13 22:07:14 +01:00
parent 2ab00e471f
commit e4cab6689d
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "dnscontrol";
version = "4.6.3";
version = "4.7.3";
src = fetchFromGitHub {
owner = "StackExchange";
repo = "dnscontrol";
rev = "v${version}";
hash = "sha256-yu/r3T6DyVXt0ZeJUOIXplPSwnx2GYd4SLKSko4S8IQ=";
hash = "sha256-xxcoh7x6OvziVNCaCLnjqTfJCn2JOR0n23lfNUbZ2cg=";
};
vendorHash = "sha256-LeigpJ1SLdH8pAbfehupc05J5bE8MwQzcMp1XSI3200=";
vendorHash = "sha256-fRK2ZFoqugZ9lb6VxZZHBQjTa2ZQs5NFBx6Z6NX3eWw=";
subPackages = [ "." ];