dnscontrol: 4.6.3 -> 4.7.3

This commit is contained in:
Sandro Jäckel 2023-12-05 21:11:47 +01:00
parent 2ab00e471f
commit e4cab6689d
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -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 = [ "." ];