dnsproxy: 0.35.1 -> 0.35.2

This commit is contained in:
R. RyanTM 2021-03-02 21:02:25 +00:00
parent 6040ffb45f
commit 08adf362cc

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "dnsproxy"; pname = "dnsproxy";
version = "0.35.1"; version = "0.35.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "AdguardTeam"; owner = "AdguardTeam";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-+k8dGVYyCY+CI8+8OPBqoICu0KO2eM+6Hy8E+KyOqPs="; sha256 = "sha256-XOTHvI80WMn5j52+N/bR/NfaPX9v6cRB2VCVWJ6fJw8=";
}; };
vendorSha256 = null; vendorSha256 = null;