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

dnsproxy: 0.50.2 -> 0.51.0
This commit is contained in:
Weijia Wang 2023-07-04 16:46:13 +03:00 committed by GitHub
commit 1c5a3710a4
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.50.2";
version = "0.51.0";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-phMR6c18tWYZeJVOHqixfH9Kz1zZDndsUD/dF/xQ8kM=";
sha256 = "sha256-82RBNMCcEe2gB1Ygbm1S6UgMPUQ+Lm37zc1JM3Ca/gg=";
};
vendorHash = null;