Merge pull request #246531 from r-ryantm/auto-update/dnsproxy

dnsproxy: 0.51.0 -> 0.52.0
This commit is contained in:
Nick Cao 2023-08-01 18:26:28 -06:00 committed by GitHub
commit de0df17f39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;