dnsproxy: 0.35.2 -> 0.35.5

This commit is contained in:
R. RyanTM 2021-03-10 20:29:58 +00:00
parent 86ee8dd8ff
commit b0ed1fd13c

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "dnsproxy";
version = "0.35.2";
version = "0.35.5";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-XOTHvI80WMn5j52+N/bR/NfaPX9v6cRB2VCVWJ6fJw8=";
sha256 = "sha256-DScN/swigecdhucxhfP1mNr2mDX6HbY2dktkN8BxBjI=";
};
vendorSha256 = null;