godns: 2.5 -> 2.5.1

This commit is contained in:
Lin Yinfeng 2021-11-09 11:51:22 +08:00
parent 788119f781
commit dac0fabd5e
No known key found for this signature in database
GPG key ID: 5FE6190217C55B26

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "godns";
version = "2.5";
version = "2.5.1";
src = fetchFromGitHub {
owner = "TimothyYe";
repo = "godns";
rev = "v${version}";
sha256 = "sha256-ia0FmV2KlFPh9gmKOqVxiStgmBbX9vUIc7KllpUt44Q=";
sha256 = "sha256-a0wq/qPtwhAtm8khQsusHpsjXzsYixHqH1aAeBs1dKM=";
};
vendorSha256 = "sha256-FZLDaMrPEyoTGFmGBlpqPWsMuobqwkBaot5qjcRJe9w=";
vendorSha256 = "sha256-TYjkow/9W467CMyqV2SSRJAuqXGdnAgR9gtfq4vX4u0=";
# Some tests require internet access, broken in sandbox
doCheck = false;