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

dnsproxy: 0.35.5 -> 0.36.0
This commit is contained in:
Robert Scott 2021-03-21 19:12:16 +00:00 committed by GitHub
commit a6068645e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "dnsproxy"; pname = "dnsproxy";
version = "0.35.5"; version = "0.36.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "AdguardTeam"; owner = "AdguardTeam";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-DScN/swigecdhucxhfP1mNr2mDX6HbY2dktkN8BxBjI="; sha256 = "sha256-VTmQ37kUWlc18p8Qdm2ZFID+t6OIp7y2qU12rXqE6Xo=";
}; };
vendorSha256 = null; vendorSha256 = null;