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

dnsproxy: 0.35.2 -> 0.35.5
This commit is contained in:
Mario Rodas 2021-03-10 21:49:12 -05:00 committed by GitHub
commit 480c70782c
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.35.2";
version = "0.35.5";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-XOTHvI80WMn5j52+N/bR/NfaPX9v6cRB2VCVWJ6fJw8=";
sha256 = "sha256-DScN/swigecdhucxhfP1mNr2mDX6HbY2dktkN8BxBjI=";
};
vendorSha256 = null;