dnsproxy: 0.39.7 -> 0.39.9

This commit is contained in:
R. Ryantm 2021-10-29 10:15:53 +00:00
parent 842a0d94cb
commit a0e24f7765

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;