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

dnsproxy: 0.42.1 -> 0.43.0
This commit is contained in:
Mario Rodas 2022-05-28 11:19:17 -05:00 committed by GitHub
commit 27369d103c
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.42.1";
version = "0.43.0";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-m4Xc5ZorsO6WcbHmJGROJ8SsPCm/KmFapQRQZTZIQKw=";
sha256 = "sha256-rhhfXdtPxNnHqMgkLfm9ZMXWbKHMAPnFzeyMxt3LbeA=";
};
vendorSha256 = null;