dnsproxy: 0.35.5 -> 0.36.0

This commit is contained in:
R. RyanTM 2021-03-19 13:13:30 +00:00
parent e35acbb6d8
commit f8f128ca22

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "dnsproxy";
version = "0.35.5";
version = "0.36.0";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-DScN/swigecdhucxhfP1mNr2mDX6HbY2dktkN8BxBjI=";
sha256 = "sha256-VTmQ37kUWlc18p8Qdm2ZFID+t6OIp7y2qU12rXqE6Xo=";
};
vendorSha256 = null;