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

dnsproxy: 0.39.5 -> 0.39.7
This commit is contained in:
Bobby Rong 2021-09-22 18:47:07 +08:00 committed by GitHub
commit c64cde482a
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.39.5";
version = "0.39.7";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ID40+moRAdceiEOwB4tmBE6U1om/aWBXIlxzfLtm5E4=";
sha256 = "sha256-jU5O+t8muaIM7JhuNhqfWh1pWezaFvdg+oRPYAQpIkk=";
};
vendorSha256 = null;