dnsproxy: 0.50.2 -> 0.51.0

This commit is contained in:
R. Ryantm 2023-07-04 11:26:52 +00:00
parent f6dc216ee2
commit 1ab3101cb4

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "dnsproxy";
version = "0.50.2";
version = "0.51.0";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-phMR6c18tWYZeJVOHqixfH9Kz1zZDndsUD/dF/xQ8kM=";
sha256 = "sha256-82RBNMCcEe2gB1Ygbm1S6UgMPUQ+Lm37zc1JM3Ca/gg=";
};
vendorHash = null;