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

dnsproxy: 0.39.2 -> 0.39.4
This commit is contained in:
Mario Rodas 2021-08-29 00:38:30 -05:00 committed by GitHub
commit 7ec338a7c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "dnsproxy";
version = "0.39.2";
version = "0.39.4";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-FuPNWoLsqPvz4J+ymfEKBjPmLlxwDUp/196REDnGPmQ=";
sha256 = "sha256-dF3xyyOqWzjHW8cFdGlb3BCCGVy+eWW5OesKEK7pEjw=";
};
vendorSha256 = null;