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

dnsproxy: 0.39.7 -> 0.39.9
This commit is contained in:
figsoda
2021-10-29 08:06:15 -04:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "dnsproxy";
version = "0.39.7";
version = "0.39.9";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-jU5O+t8muaIM7JhuNhqfWh1pWezaFvdg+oRPYAQpIkk=";
sha256 = "sha256-HcyzrGtBktScTPch6rCKj5Hr7VS9kf3cCHhDVaZKxG0=";
};
vendorSha256 = null;