dnsproxy: 0.45.4 -> 0.46.0

This commit is contained in:
R. Ryantm 2022-10-19 06:21:05 +00:00
parent 1aa7d4e6c6
commit a267780401

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "dnsproxy";
version = "0.45.4";
version = "0.46.0";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-AHsbp9eWLzIJZtn1CNBUE2dwAmBfNmWZ926jB84PEoQ=";
sha256 = "sha256-2Oa94dOvvNyrm0CA8rjVPo4smkGpK6yTQFRewNvHYdY=";
};
vendorSha256 = null;