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

dnsproxy: 0.46.0 -> 0.46.1
This commit is contained in:
Mario Rodas 2022-10-20 07:00:20 -05:00 committed by GitHub
commit 3a9c44b392
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.46.0";
version = "0.46.1";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-2Oa94dOvvNyrm0CA8rjVPo4smkGpK6yTQFRewNvHYdY=";
sha256 = "sha256-MTnxKw1aH1DfUNCf3Rcrb93ShAsQ3/pJTpYB3LAu894=";
};
vendorSha256 = null;