3
0
Fork 0
forked from mirrors/nixpkgs

godns: 2.5.2 -> 2.5.3

This commit is contained in:
Lin Yinfeng 2021-12-01 10:23:18 +08:00
parent c30bbcfae7
commit 8b0fbacca0
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.2";
version = "2.5.3";
src = fetchFromGitHub {
owner = "TimothyYe";
repo = "godns";
rev = "v${version}";
sha256 = "sha256-pNy1mTP2AaeuwNvvfrHOp5v1nQgv+1DJRGYKgnx98Xo=";
sha256 = "sha256-C2Auk0BJLhW8r4cnmoZiUddb8rcZqND5fER9L+3ooH4=";
};
vendorSha256 = "sha256-TYjkow/9W467CMyqV2SSRJAuqXGdnAgR9gtfq4vX4u0=";
vendorSha256 = "sha256-/egdqQCkbmrxuQ3vPfHOtHxAgW143Y2eZEzKAsBVmaI=";
# Some tests require internet access, broken in sandbox
doCheck = false;