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

dnsproxy: 0.37.4 -> 0.37.5
This commit is contained in:
Ryan Mulligan 2021-06-03 19:56:48 -07:00 committed by GitHub
commit 1eaaeaaabe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "dnsproxy";
version = "0.37.4";
version = "0.37.5";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-EV/+m7Uzf7s6+J0jdsim3UP84iK/tXlPNfkyrtrx5NQ=";
sha256 = "sha256-j+8PA5kYHaRWbugcBjUIeos6488rw8lCOjCyz7IAcQg=";
};
vendorSha256 = null;