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

dnsproxy: 0.45.4 -> 0.46.0
This commit is contained in:
figsoda 2022-10-19 10:18:02 -04:00 committed by GitHub
commit 475381da09
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.45.4";
version = "0.46.0";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-AHsbp9eWLzIJZtn1CNBUE2dwAmBfNmWZ926jB84PEoQ=";
sha256 = "sha256-2Oa94dOvvNyrm0CA8rjVPo4smkGpK6yTQFRewNvHYdY=";
};
vendorSha256 = null;