godns: 2.7.9 -> 2.8.1

This commit is contained in:
R. Ryantm 2022-07-06 07:06:38 +00:00
parent e120ef6a5a
commit 21d9b20b03

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "godns";
version = "2.7.9";
version = "2.8.1";
src = fetchFromGitHub {
owner = "TimothyYe";
repo = "godns";
rev = "v${version}";
sha256 = "sha256-gFleIRXYfO/gocyVyVzp3ZnJ6gUVmR7IAc0Z985YnVI=";
sha256 = "sha256-dZnCvpidQsQ2eLULkcMuKqFcBwYoy6Pd1NOCXv+Umzo=";
};
vendorSha256 = "sha256-tXH62HyA/pJxt69GWkVrJ4VrA16KfpEtpK/YKiUkvtU=";
vendorSha256 = "sha256-PGqknRGtN0XRGPnAsWzQrlJZG5BzQIhlSysGefkxysE=";
# Some tests require internet access, broken in sandbox
doCheck = false;