godns: 2.8.6 -> 2.8.7

This commit is contained in:
R. Ryantm 2022-07-30 20:12:29 +00:00
parent 6e5cce711d
commit befaa6164a

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "godns";
version = "2.8.6";
version = "2.8.7";
src = fetchFromGitHub {
owner = "TimothyYe";
repo = "godns";
rev = "v${version}";
sha256 = "sha256-nWM3EQvh5maIobphHbknBOxZyugNcLjG4Nf4tfo3KWY=";
sha256 = "sha256-BxANSw+SWOpz9vM2I3ODghOqJRi5dBr7j0YVSSBrrto=";
};
vendorSha256 = "sha256-PGqknRGtN0XRGPnAsWzQrlJZG5BzQIhlSysGefkxysE=";