godns: 2.8.9 -> 2.9.0

This commit is contained in:
R. Ryantm 2022-10-01 14:43:04 +00:00
parent bd6329dd11
commit 590050018d

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "godns";
version = "2.8.9";
version = "2.9.0";
src = fetchFromGitHub {
owner = "TimothyYe";
repo = "godns";
rev = "v${version}";
sha256 = "sha256-Mqfbug+v47RdFEN13hTFxu/JYINz5fFE2QKzZs3FoJU=";
sha256 = "sha256-FxVvqZMB9UGryNEbBFaxpK+VgrMH73x0fseU0dgCH0o=";
};
vendorSha256 = "sha256-PGqknRGtN0XRGPnAsWzQrlJZG5BzQIhlSysGefkxysE=";