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

dnsproxy: 0.29.0 -> 0.31.0
This commit is contained in:
Ryan Mulligan 2020-08-22 14:44:21 -07:00 committed by GitHub
commit a3279fbcf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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