godns: 2.7.8 -> 2.7.9

This commit is contained in:
R. Ryantm 2022-06-27 03:52:16 +00:00
parent 8a87aa2284
commit 853edb8f61

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "godns";
version = "2.7.8";
version = "2.7.9";
src = fetchFromGitHub {
owner = "TimothyYe";
repo = "godns";
rev = "v${version}";
sha256 = "sha256-8uGw8F4HcpSsZF8X4cYz9ETsLLBH/NbOk2QzbAXFVFo=";
sha256 = "sha256-gFleIRXYfO/gocyVyVzp3ZnJ6gUVmR7IAc0Z985YnVI=";
};
vendorSha256 = "sha256-tXH62HyA/pJxt69GWkVrJ4VrA16KfpEtpK/YKiUkvtU=";