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

dnsproxy: 0.38.3 -> 0.39.0
This commit is contained in:
Ryan Mulligan 2021-07-31 15:10:31 -07:00 committed by GitHub
commit 35859a355b
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.3";
version = "0.39.0";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-VfEfxcewKo8D8kNsMuCvrLOZNl632ZIFyD+RG8qzjQ4=";
sha256 = "sha256-rHU07rh8wZPaaxZmXVBu4tpt02Jq7Yu//dwWeVDUpw4=";
};
vendorSha256 = null;