dnsproxy: 0.38.3 -> 0.39.0

This commit is contained in:
R. RyanTM 2021-07-24 16:50:56 +00:00
parent 2129356a64
commit 7212f6bcb4

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "dnsproxy";
version = "0.38.3";
version = "0.39.0";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-VfEfxcewKo8D8kNsMuCvrLOZNl632ZIFyD+RG8qzjQ4=";
sha256 = "sha256-rHU07rh8wZPaaxZmXVBu4tpt02Jq7Yu//dwWeVDUpw4=";
};
vendorSha256 = null;