Merge pull request #193915 from r-ryantm/auto-update/godns

godns: 2.8.9 -> 2.9.0
This commit is contained in:
Mario Rodas 2022-10-01 23:17:01 -05:00 committed by GitHub
commit 8d86777694
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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=";