dnsproxy: 0.29.0 -> 0.31.0

This commit is contained in:
R. RyanTM 2020-08-22 05:41:01 +00:00
parent 914b9788fd
commit a2978e5864

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "dnsproxy";
version = "0.29.0";
version = "0.31.0";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "164l97x1g20a61jkb2dwwmf63md3np9x2m59dri3qf22k4rl4l0d";
sha256 = "1jyik1022iv8nqjfrv3lkvcpr8zsaxfx8hi7yagklbs6vzlg80jg";
};
vendorSha256 = null;