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

dnsproxy: 0.38.2 -> 0.38.3
This commit is contained in:
Ryan Mulligan 2021-07-21 20:24:37 -07:00 committed by GitHub
commit 5efc01ff8f
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.38.2";
version = "0.38.3";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-v2uVIFPc8h58W03Jo2vsbLT5f7F8bJw4uMtSErrBYdo=";
sha256 = "sha256-VfEfxcewKo8D8kNsMuCvrLOZNl632ZIFyD+RG8qzjQ4=";
};
vendorSha256 = null;