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

dnsproxy: 0.41.4 -> 0.42.0
This commit is contained in:
Bobby Rong 2022-03-22 19:16:12 +08:00 committed by GitHub
commit 5ed03969b2
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.41.4";
version = "0.42.0";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-aVYjYEAEANAMGv7frZWfYWLzX7rcI8phpjvrENK8cc4=";
sha256 = "sha256-UXFDFS2TFzo7DcExazt4h0TTnGeMf6d3FAiPXZWB7Ys=";
};
vendorSha256 = null;