dnsproxy: 0.38.1 -> 0.38.2

This commit is contained in:
R. RyanTM 2021-07-08 02:31:16 +00:00
parent b749ff4f51
commit 6226fc9143

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "dnsproxy";
version = "0.38.1";
version = "0.38.2";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-H0K38SX/mKsVjdQEa6vzx5TNRhqqomYk28+5Wl5H0sA=";
sha256 = "sha256-v2uVIFPc8h58W03Jo2vsbLT5f7F8bJw4uMtSErrBYdo=";
};
vendorSha256 = null;