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

dnsproxy: 0.35.1 -> 0.35.2
This commit is contained in:
Ryan Mulligan 2021-03-06 16:34:02 -08:00 committed by GitHub
commit 2b5522a772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "dnsproxy";
version = "0.35.1";
version = "0.35.2";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-+k8dGVYyCY+CI8+8OPBqoICu0KO2eM+6Hy8E+KyOqPs=";
sha256 = "sha256-XOTHvI80WMn5j52+N/bR/NfaPX9v6cRB2VCVWJ6fJw8=";
};
vendorSha256 = null;