dnsproxy: 0.39.12 -> 0.40.1

This commit is contained in:
R. Ryantm 2021-12-30 09:26:40 +00:00 committed by Jonathan Ringer
parent 1eca804d28
commit a23c6f10f3

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "dnsproxy";
version = "0.39.12";
version = "0.40.1";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-gtakdKnkzAU1yKtKnlkS+n8CbgftV64zLoENJKYjIAo=";
sha256 = "sha256-tvYurE+/ZPJeV/ZKMIC0yrwzomxd/3y0KtChei/HO6c=";
};
vendorSha256 = null;