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

dnsproxy: 0.50.1 -> 0.50.2
This commit is contained in:
figsoda 2023-06-16 22:42:59 -04:00 committed by GitHub
commit 15052a575b
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.1";
version = "0.50.2";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-lDHfVhhc2fD8a1kTpX74RNogKC6ov1RKvzmjgvu+MNQ=";
sha256 = "sha256-phMR6c18tWYZeJVOHqixfH9Kz1zZDndsUD/dF/xQ8kM=";
};
vendorHash = null;