dnsproxy: 0.51.0 -> 0.52.0

This commit is contained in:
R. Ryantm 2023-08-01 09:34:44 +00:00
parent 7a031b95ea
commit b62cc33c4b

View file

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