godns: 2.6 -> 2.7

This commit is contained in:
Lin Yinfeng 2022-02-28 13:55:34 +08:00
parent d4de0d5628
commit 4884066cf4
No known key found for this signature in database
GPG Key ID: 113723FBAAF6AAE5

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "godns";
version = "2.6";
version = "2.7";
src = fetchFromGitHub {
owner = "TimothyYe";
repo = "godns";
rev = "v${version}";
sha256 = "sha256-U8fmjcPeTcKlf721UIbA4/JYeM4l+OIyAPGNp8IPvSk=";
sha256 = "sha256-PD/3WIxNPtC7s4+2ogWG5DEm717rYQLMx9XA06Q6ebo=";
};
vendorSha256 = "sha256-OyqkjA90zcfqRL6pfISR/6WXbv5LwVhKDECBtlqords=";
vendorSha256 = "sha256-vhByl9oJjFIvOskAgLubZ5RCcitKd2jjxi8D9nU6850=";
# Some tests require internet access, broken in sandbox
doCheck = false;