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

dnsproxy: 0.33.2 -> 0.33.3
This commit is contained in:
Mario Rodas 2020-12-10 21:10:50 -05:00 committed by GitHub
commit 210726c6e8
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.33.2";
version = "0.33.3";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "0x005lgncaf1fzs27fpcpf6dcncb7wia6fka64pmjxdsq7nmh1hh";
sha256 = "0c7hqsb53711032svicr069gh7faacnsj2v36pj7srng266vk78p";
};
vendorSha256 = null;