Merge pull request #229633 from SuperSandro2000/dnscontrol

dnscontrol: 3.31.2 -> 3.31.3
This commit is contained in:
figsoda
2023-05-03 13:42:35 -04:00
committed by GitHub
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "dnscontrol";
version = "3.31.2";
version = "3.31.3";
src = fetchFromGitHub {
owner = "StackExchange";
repo = pname;
rev = "v${version}";
sha256 = "sha256-vKfbL2a/5rTVsG0rDs/D0t5eXDNWlbwURI2FYzGu9lY=";
sha256 = "sha256-jGM/Of5/wSMs7cedbGmgJC05gxxHOCAjjEZ2Qmlxgew=";
};
vendorHash = "sha256-BE/UnJw5elHYmyB+quN89ZkrlMcTjaVN0T2+h8cpPS8=";
vendorHash = "sha256-N7KS48Kr9SipliZ9JhMo2u9pRoE8+pxhC8B/YcZlNyg=";
subPackages = [ "." ];