Merge pull request #89600 from r-ryantm/auto-update/dnsproxy

dnsproxy: 0.28.1 -> 0.29.0
This commit is contained in:
Mario Rodas 2020-06-06 08:39:04 -05:00 committed by GitHub
commit f6ded341ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "dnsproxy";
version = "0.28.1";
version = "0.29.0";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "1pa4skrhdcblqs8r1kik5g8h9p6pcin5pd7b1dh7xk2n86xs8j22";
sha256 = "164l97x1g20a61jkb2dwwmf63md3np9x2m59dri3qf22k4rl4l0d";
};
vendorSha256 = null;