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

dnsproxy: 0.42.0 -> 0.42.1
This commit is contained in:
Bobby Rong 2022-04-11 16:09:21 +08:00 committed by GitHub
commit 4089616143
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.0";
version = "0.42.1";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-UXFDFS2TFzo7DcExazt4h0TTnGeMf6d3FAiPXZWB7Ys=";
sha256 = "sha256-m4Xc5ZorsO6WcbHmJGROJ8SsPCm/KmFapQRQZTZIQKw=";
};
vendorSha256 = null;